We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bb2bb commit f9d59deCopy full SHA for f9d59de
1 file changed
tests/unit/rql/query_builder/test_rql_or.py
@@ -75,7 +75,7 @@ def test_kwaargs_dict_value_is_sometime_an_iterable(mocker): # noqa: WPS210
75
76
mock_parse_kwargs.assert_called_once_with({
77
"field__in": ("v1", "v2")
78
- }) # note value in the dict is an iterable
+ }) # note value in the dict is an iterable and check the corrected typing in the commit
79
80
81
def test_or_merge_duplicates():
0 commit comments