Skip to content

Commit 17c71fa

Browse files
committed
fix imports on test hash model
1 parent 5be5c52 commit 17c71fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_hash_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
# We need to run this check as sync code (during tests) even in async mode
2424
# because we call it in the top-level module scope.
25-
from redis_om import has_redisearch
26-
from tests.conftest import py_test_mark_asyncio
25+
from aredis_om import has_redisearch
26+
from conftest import py_test_mark_asyncio
2727

2828
if not has_redisearch():
2929
pytestmark = pytest.mark.skip

0 commit comments

Comments
 (0)