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} {
|
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} {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user