Skip to content

Commit

Permalink
forgot the assert
Browse files Browse the repository at this point in the history
  • Loading branch information
yck011522 committed Jul 10, 2024
1 parent 423e665 commit f7d962a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compas/test_tolerance.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


def test_tolerance_default_tolerance():
TOL.precision == Tolerance.PRECISION
TOL.precision == 3
assert TOL.precision == Tolerance.PRECISION
assert TOL.precision == 3


def test_tolerance_format_number():
Expand Down

0 comments on commit f7d962a

Please sign in to comment.