home · contact · privacy
Refactor singularity tests.
[plomtask] / tests / conditions.py
index afb1841e9a6c230a64f66c9144169999e70da372..fb55e008bdb316669d1fb8abc56304413cd669d2 100644 (file)
@@ -33,10 +33,6 @@ class TestsWithDB(TestCaseWithDB):
         """Test .all()."""
         self.check_all()
 
-    def test_Condition_singularity(self) -> None:
-        """Test pointers made for single object keep pointing to it."""
-        self.check_singularity('is_active', True)
-
     def test_Condition_versioned_attributes_singularity(self) -> None:
         """Test behavior of VersionedAttributes on saving (with .title)."""
         self.check_versioned_singularity()