diff options
author | Jamie Scott <jamie.scott@uconn.edu> | 2019-10-21 03:47:31 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2019-12-28 22:23:43 -0800 |
commit | c1982009ae737e42c75a1c0f3885dcdc6b92e4ce (patch) | |
tree | ceea92ddb3cd961029e0968a058446ece3c09313 | |
parent | 38dd84f659bbbadfcdb676a01d8e515b7ef076ce (diff) | |
download | redis-py-c1982009ae737e42c75a1c0f3885dcdc6b92e4ce.tar.gz |
Revert "Whitespace go away"
This reverts commit 0578e2123777a4cc8d7315d1541693f12a787511.
-rw-r--r-- | tests/test_commands.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py index f1a4842..a9af523 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(): |