Fix stream test after addition of 0-0 ID test.
This commit is contained in:
parent
ce03d68332
commit
936e01e5bb
@ -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} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user