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