summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_commands.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py
index a9af523..f1a4842 100644
--- a/tests/test_commands.py
+++ b/tests/test_commands.py
@@ -179,9 +179,9 @@ class TestRedisCommands(object):
assert r.acl_setuser(username, enabled=True,
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():