Skip to content

Commit

Permalink
🐛 DictParamType repl test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkarimi1383 committed Sep 17, 2024
1 parent fdb7bb4 commit 114b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_others.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,4 @@ def test_json_param_type_convert_dict_input():


def test_dict_param_tyoe_name():
assert repr(DictParamType) == "DICT"
assert repr(DictParamType()) == "DICT"

0 comments on commit 114b761

Please sign in to comment.