Skip to content

Commit

Permalink
Use bob.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjagusch committed Sep 28, 2023
1 parent 07da30d commit 1c019ee
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 @@ -69,8 +69,8 @@ def test_live_set_role(
live_client: QuetzClient,
role,
):
live_client.set_role("alice", role)
actual_alice_role = live_client.get_role("alice")
live_client.set_role("bob", role)
actual_alice_role = live_client.get_role("bob")
assert next(actual_alice_role).role == role


Expand Down

0 comments on commit 1c019ee

Please sign in to comment.