Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Feb 19, 2024
1 parent 6727646 commit 9168efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_multiuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ async def test_conflicted_users(request, reactor, temp_filepath, alice, bob, edm
# shouldn't _keep_ trying to download conflicted updates.

# now, wait for updates
all_updates = await DeferredList([
await DeferredList([
alice.status_monitor(how_long=5),
bob.status_monitor(how_long=5),
edmond.status_monitor(how_long=5),
Expand Down

0 comments on commit 9168efc

Please sign in to comment.