Skip to content

Commit

Permalink
clearing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivellios committed Sep 22, 2023
1 parent 714f5bc commit ff13188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_receivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_celery_signal_receiver():

@receiver_task(signal, weak=False)
def handle_signal(**kwargs):
assert True
...

signal.send(SenderMock(), DataMock(field=10))

Expand Down

0 comments on commit ff13188

Please sign in to comment.