Commit 8cb7284 1 parent 61f5095 commit 8cb7284 Copy full SHA for 8cb7284
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ def test_le():
259
259
# Test for tag key "city".
260
260
taq_q = TagQuery ().city <= "melbourne"
261
261
assert taq_q (Point (tags = {"city" : "melbourne" }))
262
- assert not taq_q (Point (tags = {"city" : "zansibar " }))
262
+ assert not taq_q (Point (tags = {"city" : "zanzibar " }))
263
263
assert not taq_q (Point ())
264
264
assert hash (taq_q )
265
265
@@ -290,7 +290,7 @@ def test_gt():
290
290
"""Test simple greater than comparison."""
291
291
# Test for tag key "city".
292
292
taq_q = TagQuery ().city > "melbourne"
293
- assert taq_q (Point (tags = {"city" : "zansibar " }))
293
+ assert taq_q (Point (tags = {"city" : "zanzibar " }))
294
294
assert not taq_q (Point (tags = {"city" : "amsterdam" }))
295
295
assert not taq_q (Point ())
296
296
assert hash (taq_q )
You can’t perform that action at this time.
0 commit comments