From 6aa9d66549e101a10cea989a581ec2898efbcccf Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 30 Mar 2020 18:40:33 -0400 Subject: [PATCH] Update test url for discord link in tests - Point at ref that actually exists Signed-off-by: Dan Ryan --- tests/unit/test_utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index d3363037..f9dd08a8 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -51,11 +51,11 @@ DEP_PIP_PAIRS = [ # Extras in url { "discord.py": { - "file": "https://github.com/Rapptz/discord.py/archive/rewrite.zip", + "file": "https://github.com/Rapptz/discord.py/archive/async.zip", "extras": ["voice"], } }, - "https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice]", + "https://github.com/Rapptz/discord.py/archive/async.zip#egg=discord.py[voice]", ), ( {