Skip to content

Commit

Permalink
Update test_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jun 5, 2024
1 parent 79ac74b commit 43aea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test(param, val):
Checks(test2=4)(4)
Checks(ge=2, gt=1, lt=2.1, le=2, eq=2)(2)
Checks(ge=-2.5, gt=-3, lt=-2, le=2, eq=-2.5)(-2.5)
Checks(len=(2, 5))("abcd")
Checks(len=(2, 5))('abcd')


if __name__ == '__main__':
Expand Down

0 comments on commit 43aea06

Please sign in to comment.