Skip to content

Commit

Permalink
Update sdk/servicebus/azure-servicebus/tests/async_tests/test_sb_clie…
Browse files Browse the repository at this point in the history
…nt_async.py


add trailing newline

Co-authored-by: Rakshith Bhyravabhotla <[email protected]>
  • Loading branch information
KieranBrantnerMagee and rakshith91 authored Sep 9, 2020
1 parent df456b6 commit 7937c8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ async def test_client_sas_credential_async(self,
async with client:
assert len(client._handlers) == 0
async with client.get_queue_sender(servicebus_queue.name) as sender:
await sender.send_messages(Message("foo"))
await sender.send_messages(Message("foo"))

0 comments on commit 7937c8f

Please sign in to comment.