Skip to content

Commit 9c8f046

Browse files
committed
fix json clear test
1 parent f57c758 commit 9c8f046

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
@@ -908,7 +908,7 @@ def test_clear_dollar(client):
908908
assert client.json().clear("doc1", "$..a") == 4
909909

910910
assert client.json().get("doc1", "$") == [
911-
{"nested1": {"a": {}}, "a": [], "nested2": {"a": "claro"}, "nested3": {"a": {}}}
911+
{"nested1": {"a": {}}, "a": [], "nested2": {"a": ""}, "nested3": {"a": {}}}
912912
]
913913

914914
# Test single

0 commit comments

Comments
 (0)