Skip to content

Commit f9d59de

Browse files
committed
example test - DELETE
1 parent 18bb2bb commit f9d59de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/rql/query_builder/test_rql_or.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_kwaargs_dict_value_is_sometime_an_iterable(mocker): # noqa: WPS210
7575

7676
mock_parse_kwargs.assert_called_once_with({
7777
"field__in": ("v1", "v2")
78-
}) # note value in the dict is an iterable
78+
}) # note value in the dict is an iterable and check the corrected typing in the commit
7979

8080

8181
def test_or_merge_duplicates():

0 commit comments

Comments
 (0)