tests: await bus disconnect

This commit is contained in:
Tony Crisci
2020-11-19 17:58:46 -05:00
parent c617911930
commit 3060b8c573
7 changed files with 40 additions and 40 deletions

View File

@@ -40,3 +40,5 @@ async def test_commands(bus_address):
await playerctl.run('-p commands shuffle toggle')
assert not mpris.shuffle
await mpris.disconnect()