diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_encoding.py | 2 |
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') |