Skip to content

Commit

Permalink
[ServiceBus] Enable Async Unittest (#12001)
Browse files Browse the repository at this point in the history
* enable async unittest

* remove unnecessary annotation
  • Loading branch information
yunhaoling authored Jun 24, 2020
1 parent 8979881 commit 5667b8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,7 @@ async def test_queue_message_settle_through_mgmt_link_due_to_broken_receiver_lin
assert len(messages) == 1
await messages[0].complete()

@pytest.mark.asyncio
async def test_async_queue_mock_no_reusing_auto_lock_renew(self):
class MockReceivedMessage:
def __init__(self):
Expand Down

0 comments on commit 5667b8b

Please sign in to comment.