Skip to content

Commit

Permalink
correct spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
hwware committed Nov 20, 2023
1 parent 037b4d3 commit eab8207
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 @@ -124,7 +124,7 @@ start_server {tags {"zset"}} {
assert_equal {x y z} [r zrange ztmp 0 -1]

# coverage for objectComputeSize
assert_range [r memory usage ztmp] 60 1200 ;# Generally, value can't be lower than one byte per item, or higher than 50 bytes overhead, However values are dependant on type of encoding.
assert_range [r memory usage ztmp] 60 1200 ;# Generally, value can't be lower than one byte per item, or higher than 50 bytes overhead, However values are dependent on type of encoding.
r zadd ztmp 1 y
assert_equal {y x z} [r zrange ztmp 0 -1]
}
Expand Down

0 comments on commit eab8207

Please sign in to comment.