Skip to content

Commit

Permalink
Update tests/test_live.py
Browse files Browse the repository at this point in the history
  • Loading branch information
janjagusch authored Oct 6, 2023
1 parent e42eb0a commit b4b56dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def test_live_set_role(
role,
):
live_client.set_role("bob", role)
actual_alice_role = live_client.get_role("bob")
assert next(actual_alice_role).role == role
actual_bob_role = live_client.get_role("bob")
assert next(actual_bob_role).role == role


def test_live_post_file_to_channel(
Expand Down

0 comments on commit b4b56dc

Please sign in to comment.