Fix negation queries
This commit is contained in:
parent
b7c9165bbd
commit
3ba45b7c87
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue