Skip to content

Commit a16fcdb

Browse files
Copilots3rius
andcommitted
Rename misleading test_callback_unsubscribe_after_message to test_callback_receives_message
Co-authored-by: s3rius <18153319+s3rius@users.noreply.github.com> Agent-Logs-Url: https://github.com/taskiq-python/natsrpy/sessions/90a9e6bf-0350-4fef-ba86-7a3b5451b748
1 parent 31738d2 commit a16fcdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/tests/test_subscriptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def test_iterator_drain(nats_url: str) -> None:
7777
await client.shutdown()
7878

7979

80-
async def test_callback_unsubscribe_after_message(nats: Nats) -> None:
80+
async def test_callback_receives_message(nats: Nats) -> None:
8181
subj = uuid.uuid4().hex
8282
event = asyncio.Event()
8383

0 commit comments

Comments
 (0)