From 6c5be4553599a0cac62d449a72fc911aa1d6c123 Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Mon, 14 Feb 2022 19:20:50 +0800 Subject: =?UTF-8?q?=F0=9F=8D=BB=20=E6=98=8F=E5=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_plugin_applet.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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") -- cgit v1.2.3