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 3d15547 commit 4807ab4
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 @@ -20,7 +20,7 @@ def __init__(self: Any, bar: Checks(func=bool)) -> Any:


@Check.register('test1 test2')
def test_print(param, val):
def __(param, val):
print(param, val)


Expand Down

0 comments on commit 4807ab4

Please sign in to comment.