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 2633922 commit ab76607
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 @@ -53,7 +53,7 @@ def test_check():
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(type=dict[str|int, tuple[int]])({
Checks(type=dict[str | int, tuple[int]])({
'#': (12,),
20: (21, 45),
})
Expand Down

0 comments on commit ab76607

Please sign in to comment.