home · contact · privacy
Refactor singularity tests.
[plomtask] / tests / processes.py
index d54fe84bb1041f1084fd341803576c99457e1877..70090d15c5f9e8e49c5f64187f750d29d9d2d638 100644 (file)
@@ -190,10 +190,6 @@ class TestsWithDB(TestCaseWithDB):
         """Test .all()."""
         self.check_all()
 
-    def test_Process_singularity(self) -> None:
-        """Test pointers made for single object keep pointing to it."""
-        self.check_singularity('conditions', [Condition(None)])
-
     def test_Process_versioned_attributes_singularity(self) -> None:
         """Test behavior of VersionedAttributes on saving (with .title)."""
         self.check_versioned_singularity()