summaryrefslogtreecommitdiffstats
path: root/tests/unittests/command_parse/test_stream.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-25 20:03:22 +0000
commita320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch)
tree3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /tests/unittests/command_parse/test_stream.py
parentAdding upstream version 1.10.0. (diff)
downloadiredis-5a6057c0e9d9c5bb8aa757390edb8b2d220b240f.tar.xz
iredis-5a6057c0e9d9c5bb8aa757390edb8b2d220b240f.zip
Adding upstream version 1.11.0.upstream/1.11.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/unittests/command_parse/test_stream.py')
-rw-r--r--tests/unittests/command_parse/test_stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/command_parse/test_stream.py b/tests/unittests/command_parse/test_stream.py
index 5807aa2..94408df 100644
--- a/tests/unittests/command_parse/test_stream.py
+++ b/tests/unittests/command_parse/test_stream.py
@@ -405,7 +405,7 @@ def test_xread(judge_command):
"count": "2",
"streams": "STREAMS",
# FIXME current grammar can't support multiple tokens
- # so the ids will be recongized to keys.
+ # so the ids will be recognized to keys.
"keys": "mystream writers 0-0",
"stream_id": "0-0",
},