Skip to content

Commit 1873733

Browse files
authored
Fix test async (#87)
* fix test * Fix test remove ASYNC
1 parent a0e75bf commit 1873733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ def testIndexDefiniontion(self):
827827
filter='@f1==32', language='English', language_field='play',
828828
score_field='chapter', score=0.5, payload_field='txt' )
829829

830-
self.assertEqual(['ON','HASH','ASYNC','PREFIX',2,'hset:','henry',
830+
self.assertEqual(['ON','HASH', 'PREFIX',2,'hset:','henry',
831831
'FILTER','@f1==32','LANGUAGE_FIELD','play','LANGUAGE','English',
832832
'SCORE_FIELD','chapter','SCORE',0.5,'PAYLOAD_FIELD','txt'],
833833
definition.args)

0 commit comments

Comments
 (0)