Skip to content

Commit 4403aeb

Browse files
committed
Restore asyncio marker on the reset-to-seq test
Inserting the heartbeat test above it took over its decorator, leaving the reset test without one. Harmless under asyncio_mode = auto, but it put an unrelated test in the diff.
1 parent 4e05922 commit 4403aeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nats-jetstream/tests/test_consumer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,7 @@ async def _silent() -> None:
11121112
await asyncio.wait_for(pending, timeout=10)
11131113

11141114

1115+
@pytest.mark.asyncio
11151116
async def test_consumer_reset_to_seq(jetstream: JetStream):
11161117
"""Reset a consumer forward to a specific stream sequence (ADR-60).
11171118

0 commit comments

Comments
 (0)