mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Fix typo in multi test (#10054)
This commit is contained in:
parent
b7f9e9ae39
commit
d1b5b63872
@ -9,7 +9,7 @@ proc wait_for_dbsize {size} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
start_server {tags {"multi"}} {
|
start_server {tags {"multi"}} {
|
||||||
test {MUTLI / EXEC basics} {
|
test {MULTI / EXEC basics} {
|
||||||
r del mylist
|
r del mylist
|
||||||
r rpush mylist a
|
r rpush mylist a
|
||||||
r rpush mylist b
|
r rpush mylist b
|
||||||
|
Loading…
Reference in New Issue
Block a user