Skip to content

Commit

Permalink
Assert from player.
Browse files Browse the repository at this point in the history
  • Loading branch information
PredaaA committed Feb 20, 2022
1 parent 48c5d44 commit cad3144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_player_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ async def test_autoconnect(bot, voice_channel, voice_server_update, voice_state_
await player.on_voice_state_update(state)

assert len(lavalink.all_players()) == 1
assert lavalink.get_player(voice_channel.guild.id).channel == voice_channel
assert node.get_player(voice_channel.guild.id) == player

0 comments on commit cad3144

Please sign in to comment.