Skip to content

Commit 90dc1dc

Browse files
author
Fabien Coelho
committed
blind test ++
1 parent 6dbfa98 commit 90dc1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ def test_memcached():
196196
cache = ctu.ToBytesCache(ec)
197197
run_cached(cache)
198198
assert len(cache) >= 50
199-
assert ec[b'[1,"a",true]'] == 111
200-
assert ec[b'[3,null,false]'] == -17
199+
assert ec[b'[1,"a",true]'] == b"111"
200+
assert ec[b'[3,null,false]'] == b"-17"
201201
assert isinstance(cache.stats(), dict)
202202

203203

0 commit comments

Comments
 (0)