summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index 70cfaf1..f1a4842 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -180,8 +180,8 @@ class TestRedisCommands(object):
remove_passwords=[HP])
assert len(r.acl_getuser(username)['passwords']) == 1
- @skip_if_server_version_lt('6.0.0')
- def test_acl_list(self, r, request):
+ @skip_if_server_version_lt('6.0.0')
+ def test_acl_list(self, r, request):
username = 'redis-py-user'
def teardown():