diff --git a/test/test_bot.py b/test/test_bot.py index 4595652..b7d4968 100644 --- a/test/test_bot.py +++ b/test/test_bot.py @@ -94,5 +94,5 @@ async def test_bot_playback(mbot, ctx): ctx.voice_client.play.call_args.kwargs["after"](None) # Execute callback for song finish event await asyncio.sleep(0) assert \ - ffmpeg_pcm_audio.call_args.args == (url,), \ - f"FFmpegPCMAudio was not called with {url}" + ctx.voice_client.play.call_args.args == (time_of_dying_audio,), \ + "Did not queue next song"