Fix negation queries

This commit is contained in:
Andrew Brookins 2021-09-20 16:08:24 -07:00
parent b7c9165bbd
commit 3ba45b7c87
2 changed files with 4 additions and 4 deletions

View file

@ -261,7 +261,7 @@ def test_schema():
another_float: float
# TODO: Fix
assert Address.schema() == "ON HASH PREFIX 1 redis-developer:address: " \
assert Address.schema() == "ON HASH PREFIX 1 redis-developer:tests.test_hash_model.Address: " \
"SCHEMA pk TAG a_string TAG a_full_text_string TAG " \
"a_full_text_string_fts TEXT an_integer NUMERIC SORTABLE " \
"a_float NUMERIC"