Unverified Commit 19460834 authored by Wen Hui's avatar Wen Hui Committed by GitHub
Browse files

Removing the duplicate test case (#12310)

Looks like the Zadd test case was copied to create Zincrby test case ,but missed to change the command.
parent a9e32767
...@@ -132,7 +132,7 @@ start_server {tags {"zset"}} { ...@@ -132,7 +132,7 @@ start_server {tags {"zset"}} {
} }
test "ZSET element can't be set to NaN with ZINCRBY - $encoding" { test "ZSET element can't be set to NaN with ZINCRBY - $encoding" {
assert_error "*not*float*" {r zadd myzset nan abc} assert_error "*not*float*" {r zincrby myzset nan abc}
} }
test "ZADD with options syntax error with incomplete pair - $encoding" { test "ZADD with options syntax error with incomplete pair - $encoding" {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment