home · contact · privacy
Improve Todo tests.
[plomtask] / tests / utils.py
index bb37270ca68afde8e00df09a19892011fd371a29..fb7e22746a96482e04153adff90a4bfa086bd58c 100644 (file)
@@ -68,7 +68,7 @@ class TestCaseWithDB(TestCase):
                                                                row)]
         self.assertEqual(sorted(content), sorted(db_found))
 
-    def check_saving_and_caching(self, **kwargs: Any) -> Any:
+    def check_saving_and_caching(self, **kwargs: Any) -> None:
         """Test instance.save in its core without relations."""
         obj = self.checked_class(**kwargs)  # pylint: disable=not-callable
         # check object init itself doesn't store anything yet