Commit 32a6e3e4 authored by antirez's avatar antirez
Browse files

Fix stream test after addition of 0-0 ID test.

parent c9e6cda9
...@@ -124,9 +124,9 @@ start_server { ...@@ -124,9 +124,9 @@ start_server {
} }
test {XADD with ID 0-0} { test {XADD with ID 0-0} {
r DEL mystream r DEL otherstream
catch {r XADD mystream 0-0 k v} err catch {r XADD otherstream 0-0 k v} err
assert {[r EXISTS mystream] == 0} assert {[r EXISTS otherstream] == 0}
} }
test {XRANGE COUNT works as expected} { test {XRANGE COUNT works as expected} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment