diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-25 20:03:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-25 20:03:22 +0000 |
commit | a320eb8cc0ffd385a276d5fe923cec930e64dc66 (patch) | |
tree | 3d0c068aac41bcdca6bed8deaca8feeb1cfe3a09 /tests/unittests/command_parse | |
parent | Adding upstream version 1.10.0. (diff) | |
download | iredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.tar.xz iredis-a320eb8cc0ffd385a276d5fe923cec930e64dc66.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')
-rw-r--r-- | tests/unittests/command_parse/test_stream.py | 2 |
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", }, |