From dc4c3b6e839da82dca5aba7a8cd5e043ee98f756 Mon Sep 17 00:00:00 2001 From: Jamie Scott Date: Mon, 21 Oct 2019 03:48:35 -0700 Subject: Revert "Revert "Whitespace go away"" This reverts commit 2e65685a7f206f3e9c0b0bf9c808ef85c8817127. --- tests/test_commands.py | 6 +++--- 1 file 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(): -- cgit v1.2.1