From 114b76112030131b1c058ba98d6f09646a23db82 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Tue, 17 Sep 2024 11:39:55 +0330 Subject: [PATCH] :bug: DictParamType repl test fix --- tests/test_others.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_others.py b/tests/test_others.py index 7f19372c2..a2e60c74f 100644 --- a/tests/test_others.py +++ b/tests/test_others.py @@ -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"