Skip to content

Commit f57c758

Browse files
committed
fix json clear test
1 parent 8499adc commit f57c758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def test_clear_dollar(client):
905905
},
906906
)
907907
# Test multi
908-
assert client.json().clear("doc1", "$..a") == 3
908+
assert client.json().clear("doc1", "$..a") == 4
909909

910910
assert client.json().get("doc1", "$") == [
911911
{"nested1": {"a": {}}, "a": [], "nested2": {"a": "claro"}, "nested3": {"a": {}}}

0 commit comments

Comments
 (0)