Commit efc5d4cc authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Fix test that sometimes returned the swapped object instead of encoding

parent 106bd87a
......@@ -15,8 +15,8 @@ start_server {tags {"hash"}} {
} {8}
test {Is the small hash encoded with a zipmap?} {
r debug object smallhash
} {*zipmap*}
assert_encoding zipmap smallhash
}
test {HSET/HLEN - Big hash creation} {
array set bighash {}
......
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