Skip to content

Commit f7d962a

Browse files
committed
forgot the assert
1 parent 423e665 commit f7d962a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compas/test_tolerance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55

66
def test_tolerance_default_tolerance():
7-
TOL.precision == Tolerance.PRECISION
8-
TOL.precision == 3
7+
assert TOL.precision == Tolerance.PRECISION
8+
assert TOL.precision == 3
99

1010

1111
def test_tolerance_format_number():

0 commit comments

Comments
 (0)