diff options
Diffstat (limited to 'rpki/gui/cacheview/tests.py')
-rw-r--r-- | rpki/gui/cacheview/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/gui/cacheview/tests.py b/rpki/gui/cacheview/tests.py index 2247054b..daca07bf 100644 --- a/rpki/gui/cacheview/tests.py +++ b/rpki/gui/cacheview/tests.py @@ -12,6 +12,7 @@ class SimpleTest(TestCase): """ Tests that 1 + 1 always equals 2. """ + self.failUnlessEqual(1 + 1, 2) __test__ = {"doctest": """ |