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

This commit is contained in:
Pieter Noordhuis 2010-09-13 16:59:46 +02:00
parent bc63407be6
commit 3c23ee1ba2

View File

@ -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 {}