Skip to content

Commit

Permalink
Clean trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
odkhang committed Jul 17, 2024
1 parent aa5d8f4 commit 0044ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions server/tests/live/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -1072,5 +1072,4 @@ async def test_anonymous_invite(client, world, stream_room, bbb_room):
"room:question.ask",
"room:poll.vote",
"room:poll.read",
}

}
3 changes: 1 addition & 2 deletions server/tests/live/test_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1323,5 +1323,4 @@ async def test_force_join_after_login(world, chat_room):
# Some asyncio test weirdness, I don't get why
r = await c2.receive_json_from()
assert r[0] == "chat.channels"
assert channel_id in [c["id"] for c in r[1]["channels"]]

assert channel_id in [c["id"] for c in r[1]["channels"]]
1 change: 1 addition & 0 deletions server/tests/live/test_chat_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ async def test_send_if_silenced(world):
assert "error" == response[0]
assert "chat.denied" == response[2]["code"]


@pytest.mark.asyncio
@pytest.mark.django_db
async def test_notification_contains_content_and_persists(world):
Expand Down

0 comments on commit 0044ab4

Please sign in to comment.