Skip to content

Commit

Permalink
fixed unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Aug 3, 2023
1 parent aa42a80 commit 84c8df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compas_timber/test_beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_create_mesh(mocker, frame, mesh_geometry):
assert close(beam.width, 2.0)
assert close(beam.height, 3.0)
assert beam.frame == frame
assert isinstance(beam.get_geometry(), Mesh)
assert isinstance(beam.geometry, Mesh)


def test_create_from_endpoints(mesh_geometry):
Expand Down

0 comments on commit 84c8df4

Please sign in to comment.