summaryrefslogtreecommitdiff
path: root/tests/test_runner_apps/sample/pattern_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner_apps/sample/pattern_tests.py')
-rw-r--r--tests/test_runner_apps/sample/pattern_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_runner_apps/sample/pattern_tests.py b/tests/test_runner_apps/sample/pattern_tests.py
index f62a233d75..4500eacb8e 100644
--- a/tests/test_runner_apps/sample/pattern_tests.py
+++ b/tests/test_runner_apps/sample/pattern_tests.py
@@ -2,6 +2,5 @@ from unittest import TestCase
class Test(TestCase):
-
def test_sample(self):
self.assertEqual(1, 1)