diff --git a/tipp/tests.py b/tipp/tests.py index 501deb7..be6cedc 100644 --- a/tipp/tests.py +++ b/tipp/tests.py @@ -14,3 +14,5 @@ class SimpleTest(TestCase): Tests that 1 + 1 always equals 2. """ self.assertEqual(1 + 1, 2) + +# That's it!