Fix typo in multi test (#10054)

This commit is contained in:
Ozan Tezcan 2022-01-05 11:16:04 +03:00 committed by GitHub
parent b7f9e9ae39
commit d1b5b63872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ proc wait_for_dbsize {size} {
}
start_server {tags {"multi"}} {
test {MUTLI / EXEC basics} {
test {MULTI / EXEC basics} {
r del mylist
r rpush mylist a
r rpush mylist b