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

This commit is contained in:
antirez 2019-11-19 11:49:05 +01:00
parent ce03d68332
commit 936e01e5bb

View File

@ -124,9 +124,9 @@ start_server {
}
test {XADD with ID 0-0} {
r DEL mystream
catch {r XADD mystream 0-0 k v} err
assert {[r EXISTS mystream] == 0}
r DEL otherstream
catch {r XADD otherstream 0-0 k v} err
assert {[r EXISTS otherstream] == 0}
}
test {XRANGE COUNT works as expected} {