Skip to content

Commit

Permalink
Updated test files that are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimj committed Jul 24, 2024
1 parent ca804f7 commit eeca0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_03Wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ def test_main():
# Case 9 - Edges
print("Case 9")
# test 1
Edg1 = Wire.Edges(w3)
Edg1 = Topology.Edges(w3)
assert isinstance(Edg1, list), "Wire.Edges. Should be list"
# test 2
Edg2 = Wire.Edges(w5)
Edg2 = Topology.Edges(w5)
assert isinstance(Edg2, list), "Wire.Edges. Should be list"

# Case 10 - Ellipse
Expand Down

0 comments on commit eeca0db

Please sign in to comment.