aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2022-11-30 08:22:20 +0800
committerGravatar GitHub <[email protected]>2022-11-30 08:22:20 +0800
commit44f8863ae5e534b7e4ae96cd3602de2f6c3ac58e (patch)
treedaa2ac83b9211c6c11ff554c10b5c8953d7db74f /tests/helpers.py
parentUpdate unit tests for snekbox (diff)
parentMerge pull request #2344 from python-discord/dont-use-removed-talentpool-cache (diff)
Merge branch 'main' into snekbox-files
Diffstat (limited to 'tests/helpers.py')
-rw-r--r--tests/helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index a4b919dcb..4b980ac21 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -9,9 +9,9 @@ from typing import Iterable, Optional
import discord
from aiohttp import ClientSession
-from botcore.async_stats import AsyncStatsClient
-from botcore.site_api import APIClient
from discord.ext.commands import Context
+from pydis_core.async_stats import AsyncStatsClient
+from pydis_core.site_api import APIClient
from bot.bot import Bot
from tests._autospec import autospec # noqa: F401 other modules import it via this module