mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
test_direct_api.py -> add missing str() call for tests
This commit is contained in:
parent
88586e43ba
commit
88829baff4
1 changed files with 1 additions and 1 deletions
|
|
@ -2993,7 +2993,7 @@ class TestShapeList(DirectApiTestCase):
|
|||
" <build123d.topology.Edge at 0x1277fec6d90>]]",
|
||||
]
|
||||
|
||||
self.assertDunderStrEqual(nonagon.edges().group_by(Axis.X), expected)
|
||||
self.assertDunderStrEqual(str(nonagon.edges().group_by(Axis.X)), expected)
|
||||
|
||||
expected_repr = (
|
||||
"[[<build123d.topology.Edge object at 0x000001277FEC6D90>],"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue