summaryrefslogtreecommitdiff
path: root/tests/test_encoding.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_encoding.py')
-rw-r--r--tests/test_encoding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_encoding.py b/tests/test_encoding.py
index 283fc6e..18219a6 100644
--- a/tests/test_encoding.py
+++ b/tests/test_encoding.py
@@ -25,7 +25,7 @@ class TestEncoding(object):
assert r.lrange('a', 0, -1) == result
-class TestCommandsAndTokensArentEncoded(object):
+class TestCommandsAreNotEncoded(object):
@pytest.fixture()
def r(self, request):
return _get_client(redis.Redis, request=request, encoding='utf-16')