summaryrefslogtreecommitdiff
path: root/tests/test_setmulti.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_setmulti.py')
-rw-r--r--tests/test_setmulti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setmulti.py b/tests/test_setmulti.py
index cd06b04..2f7108a 100644
--- a/tests/test_setmulti.py
+++ b/tests/test_setmulti.py
@@ -21,7 +21,7 @@ DEBUG = False
class test_Memcached_Set_Multi(unittest.TestCase):
def setUp(self):
- RECV_CHUNKS = ['chunk1']
+ RECV_CHUNKS = [b'chunk1']
class FakeSocket(object):
def __init__(self, *args):