summaryrefslogtreecommitdiffstats
path: root/tests/utilsTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utilsTests.py')
-rw-r--r--tests/utilsTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utilsTests.py b/tests/utilsTests.py
index fdf1ec3..49fa33f 100644
--- a/tests/utilsTests.py
+++ b/tests/utilsTests.py
@@ -41,7 +41,7 @@ class RetryTests(TestCaseBase):
raise RuntimeError("If at first you don't succeed, try, try again."
"Then quit. There's no point in being a damn"
"fool about it.")
- # W. C. Fields
+ # W. C. Fields
self.assertRaises(RuntimeError, utils.retry, foo, tries=(limit + 10),
sleep=0, stopCallback=stopCallback)