summaryrefslogtreecommitdiff
path: root/tests/test_redis.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_redis.py')
-rw-r--r--tests/test_redis.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_redis.py b/tests/test_redis.py
index dfa7a8f..858192c 100644
--- a/tests/test_redis.py
+++ b/tests/test_redis.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011-2013 Vinay Sajip. See LICENSE.txt for details.
+# Copyright (C) 2011-2017 Vinay Sajip. See LICENSE.txt for details.
#
import logging
from logutils.testing import TestHandler, Matcher
@@ -49,7 +49,7 @@ class RedisQueueTest(unittest.TestCase):
if time.time() >= maxtime:
raise Exception('unable to connect to Redis server')
sock.close()
-
+
def test_simple(self):
"Simple test of queue handling and listening."
# Just as a demo, let's log some messages.
@@ -96,4 +96,3 @@ class RedisQueueTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-