Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
asserting correct number of vertexes!
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Sep 25, 2023
1 parent 54bd0b1 commit 22888d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json/test_shape_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def test_GIVEN_box_shape_json_WHEN_reading_shape_THEN_geometry_object_has_expect
assert isinstance(shape, OFFGeometryNexus)
assert shape.name == name
assert shape.nx_class == OFF_GEOMETRY_NX_CLASS
assert len(shape.faces[0]) == 3
assert len(shape.faces[0]) == 4
assert len(shape.faces) == 6
assert shape.units == "m"
assert shape.name == GEOMETRY_GROUP_NAME

0 comments on commit 22888d0

Please sign in to comment.