Skip to content

Commit

Permalink
Removing the duplicate test case (redis#12310)
Browse files Browse the repository at this point in the history
Looks like the Zadd test case was copied to create Zincrby test case ,but missed to change the command.
  • Loading branch information
hwware committed Jun 14, 2023
1 parent a9e3276 commit 1946083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/type/zset.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 1946083

Please sign in to comment.