home · contact · privacy
Always check if item is saved before removal attempt.
[plomtask] / tests / processes.py
index 3d861b752a92ae88888039764fdbb7351decd3a6..ce7f8571cc7aa84aaa6a8a4855febfeb97d879b9 100644 (file)
@@ -23,7 +23,7 @@ class TestsSansDB(TestCase):
 
 
 class TestsWithDB(TestCaseWithDB):
-    """Mdule tests not requiring DB setup."""
+    """Module tests requiring DB setup."""
 
     def setUp(self) -> None:
         super().setUp()