X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdays.py;h=6a8773663032310d3b5d8cf73fcae92a27ec6cbe;hb=02aa60b59cea2c0401efd785f3bb5d06aec7bf4d;hp=e4c9de53b0576f685a968a4b7682749c5fe1a7f5;hpb=e3bfd84f9061d5f03ec5f5764f75e4137505ea45;p=plomtask diff --git a/tests/days.py b/tests/days.py index e4c9de5..6a87736 100644 --- a/tests/days.py +++ b/tests/days.py @@ -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)."""