Fix spelling in some test cases

This commit is contained in:
Matt Stancliff
2014-07-31 14:33:50 -04:00
parent 28343966a4
commit 09cb281bc3
5 changed files with 5 additions and 5 deletions

View File

@ -187,7 +187,7 @@ start_server {
assert_equal [lsort -real $floats] [r sort mylist]
}
test "SORT with STORE returns zero if result is empty (github isse 224)" {
test "SORT with STORE returns zero if result is empty (github issue 224)" {
r flushdb
r sort foo store bar
} {0}