Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly committed Dec 8, 2023
1 parent 0e520ac commit 6dc1966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_uploads_from_komodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_case(explorer: Explorer):
assert(len(case.surfaces) > 53)
assert(len(case.cubes) > 9)
assert(len(case.tables) > 6)
assert(len(case.polygons) > 5)
assert(len(case.polygons) > 5000)
assert(len(case.dictionaries) > 0)

# def test_case_have_enough_children_in_total():
Expand Down

0 comments on commit 6dc1966

Please sign in to comment.