Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Repumba committed Jun 5, 2023
1 parent 7434b1b commit 1062565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/backend/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ def test_group_invite(admin_session):
bob_session.join_group_with_invitation_link(token)

members = admin_session.get_group(group_name)["users"]
assert bob_username in members
assert bob_username in members

0 comments on commit 1062565

Please sign in to comment.