Skip to content

Commit

Permalink
Update decorators_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
1maple1 authored Jul 11, 2024
1 parent 7a56bf7 commit 3bf04ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/decorators_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def cmd6(foo):
assert cmd3.parameters[0].type == "Float"
assert cmd4.parameters[0].type == "Boolean"
assert cmd5.parameters[0].type == "Dictionary"
assert cmd6.parameters[0].type == None
assert cmd6.parameters[0].type is None

with pytest.raises(ValueError):

Expand Down

0 comments on commit 3bf04ea

Please sign in to comment.