Commit 3c23ee1b authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Fix another test that sometimes returned the swapped object instead of encoding

parent bc63407b
......@@ -34,8 +34,8 @@ start_server {tags {"hash"}} {
} {1024}
test {Is the big hash encoded with a zipmap?} {
r debug object bighash
} {*hashtable*}
assert_encoding hashtable bighash
}
test {HGET against the small hash} {
set err {}
......
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