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.
This commit is contained in:
Wen Hui 2023-06-14 15:03:33 +08:00 committed by GitHub
parent a9e32767f7
commit 1946083410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ start_server {tags {"zset"}} {
}
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" {