Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed Oct 1, 2023
1 parent 5bf617c commit 112669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_sorted_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestSortedSetAdd(t *testing.T) {

mustDo(t, c,
"ZADD", "z", "INCR", "XX", "1.2", "one",
proto.String("3.6"),
proto.String("3.5999999999999996"),
)

mustNil(t, c,
Expand Down

0 comments on commit 112669e

Please sign in to comment.