home · contact · privacy
Refactor singularity tests.
[plomtask] / tests / days.py
index e4c9de53b0576f685a968a4b7682749c5fe1a7f5..6a8773663032310d3b5d8cf73fcae92a27ec6cbe 100644 (file)
@@ -94,10 +94,6 @@ class TestsWithDB(TestCaseWithDB):
         """Test .remove() effects on DB and cache."""
         self.check_remove()
 
-    def test_Day_singularity(self) -> None:
-        """Test pointers made for single object keep pointing to it."""
-        self.check_singularity('day_comment', 'boo')
-
 
 class TestsWithServer(TestCaseWithServer):
     """Tests against our HTTP server/handler (and database)."""