summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Scott <5336227+IAmATeaPot418@users.noreply.github.com>2019-10-21 03:19:42 -0700
committerAndy McCurdy <andy@andymccurdy.com>2019-12-28 22:23:43 -0800
commit38dd84f659bbbadfcdb676a01d8e515b7ef076ce (patch)
tree81f1c2190446eda91b2505d8848e5740ccfd2037
parentd025c09ab3f57fbebd9eb1d782b58a63adc8be44 (diff)
downloadredis-py-38dd84f659bbbadfcdb676a01d8e515b7ef076ce.tar.gz
Whitespace go away
-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():