Skip to content

Commit b599053

Browse files
committed
Fix unit test warning
1 parent 596c119 commit b599053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def test_send_failure(app, aps, ieee, msg_type):
552552
assert fut.result() == (t.sl_Status.OK, "message send success")
553553

554554

555-
def test_dup_send_failure(app, aps, ieee):
555+
async def test_dup_send_failure(app, aps, ieee):
556556
fut = app._pending_requests[(0xBEED, 254)] = asyncio.Future()
557557
fut.set_result("Already set")
558558

0 commit comments

Comments
 (0)