diff --git a/tests/planai/test_task.py b/tests/planai/test_task.py index ce03e3e..c805d4b 100644 --- a/tests/planai/test_task.py +++ b/tests/planai/test_task.py @@ -223,10 +223,6 @@ def test_completed(self): # This method is empty in the base class, so we just ensure it doesn't raise an exception self.worker.completed() - def test_notify(self): - # This method is empty in the base class, so we just ensure it doesn't raise an exception - self.worker.notify("SomeTask") - def test_dispatch_work(self): consumer = Mock() self.worker._consumers[DummyTask] = consumer