Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai committed Jun 7, 2024
1 parent 6f975ce commit 387fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/message_queue_consumers/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async def _process_message(self, message: QueueMessage, **kwargs: Any) -> None:


@pytest.mark.asyncio()
async def test_simple_register_consumer() -> None:
async def test_consumer_consumes_messages() -> None:
# Arrange
consumer_one = MockMessageConsumer()
mq = SimpleMessageQueue()
Expand Down

0 comments on commit 387fb1a

Please sign in to comment.