Skip to content

Commit

Permalink
testing: now that notify is implemented remove test that assumed it w…
Browse files Browse the repository at this point in the history
…asn't
  • Loading branch information
provos committed Feb 7, 2025
1 parent 2492d93 commit 8669128
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/planai/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8669128

Please sign in to comment.