home · contact · privacy
Refactor remaining test.utils helpers into actual tests.
[plomtask] / tests / days.py
index 9fb12add44b42d4a41bb8cbec543fb40c8e20978..36d0285296b7b191e4217475a08fb94646ed5207 100644 (file)
@@ -82,10 +82,6 @@ class TestsWithDB(TestCaseWithDB):
                                                   'today', 'today'),
                          [today])
 
-    def test_Day_remove(self) -> None:
-        """Test .remove() effects on DB and cache."""
-        self.check_remove()
-
 
 class TestsWithServer(TestCaseWithServer):
     """Tests against our HTTP server/handler (and database)."""