We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7def64e commit 96b9276Copy full SHA for 96b9276
tests/python/unit/test_types.py
@@ -12,7 +12,7 @@ def test_string_list_parameter():
12
description="List of strings",
13
default_value=["label1", "label2", "label3"],
14
)
15
- assert str_list.value_type == str
+ assert str_list.value_type is str
16
17
parsed_list = str_list.from_str("1 2 3")
18
0 commit comments