Skip to content

Commit

Permalink
Fix events queue tests (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 authored Oct 5, 2023
1 parent a5db35d commit bf31956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions safe_transaction_service/events/tests/test_queue_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ def setUp(self):
self.queue_service._channel.queue_bind(
self.queue, self.queue_service.exchange_name
)
# Clean queue to avoid old messages
self.queue_service._channel.queue_purge(self.queue)

def test_send_unsent_messages(self):
queue_service = QueueServiceProvider()
Expand Down

0 comments on commit bf31956

Please sign in to comment.