home · contact · privacy
Minor tests refactoring.
[plomtask] / tests / conditions.py
index f825ba460400be22e650608bf0ecafe51e94e990..dabcf06f767d02732b972d5b4bf40972f7d9fe66 100644 (file)
@@ -47,7 +47,7 @@ class TestsWithDB(TestCaseWithDB):
 
     def test_Condition_from_table_row(self) -> None:
         """Test .from_table_row() properly reads in class from DB"""
-        self.check_from_table_row(1)
+        self.check_from_table_row()
         c = self.versioned_condition()
         c.save(self.db_conn)
         assert isinstance(c.id_, int)