summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli.py')
-rw-r--r--tests/test_cli.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test_cli.py b/tests/test_cli.py
index 3977006..f1b7fd4 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -101,9 +101,3 @@ class TestRQCli(RQTestCase):
self.assertEqual(result.exit_code, 1)
self.assertIn("Duration must be an integer greater than 1", result.output)
-
-
-
-
-
-