summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-02-14 19:20:50 +0800
committerKyomotoi <[email protected]>2022-02-14 19:20:56 +0800
commit6c5be4553599a0cac62d449a72fc911aa1d6c123 (patch)
treebda4a3165a7fa7041f5fb9348297d4c4f6272df1
parent1e41f8453856cf1b5a2163c196a6814ef97e9f2e (diff)
downloadATRI-6c5be4553599a0cac62d449a72fc911aa1d6c123.tar.gz
ATRI-6c5be4553599a0cac62d449a72fc911aa1d6c123.tar.bz2
ATRI-6c5be4553599a0cac62d449a72fc911aa1d6c123.zip
🍻 昏厥
-rw-r--r--test/test_plugin_applet.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_plugin_applet.py b/test/test_plugin_applet.py
index d2c0654..a5aa5d9 100644
--- a/test/test_plugin_applet.py
+++ b/test/test_plugin_applet.py
@@ -5,12 +5,12 @@ from .utils import make_fake_message, make_fake_event
@pytest.mark.asyncio
-async def test_bili_rich(app: App):
- from ATRI.plugins.applet import bili_rich
+async def test_bili_applet(app: App):
+ from ATRI.plugins.applet import bili_applet
Message = make_fake_message()
- async with app.test_matcher(bili_rich) as ctx:
+ async with app.test_matcher(bili_applet) as ctx:
bot = ctx.create_bot()
msg = Message("BV1Ff4y1C7YR")