diff options
author | Kyomotoi <[email protected]> | 2022-02-14 19:19:16 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-02-14 19:20:56 +0800 |
commit | 1e41f8453856cf1b5a2163c196a6814ef97e9f2e (patch) | |
tree | 5057902290089cebe4ed59c8bddf14cedf283f0f /test | |
parent | d48a1405f7e6c476e28cc702528fb7ca87bd7f25 (diff) | |
download | ATRI-1e41f8453856cf1b5a2163c196a6814ef97e9f2e.tar.gz ATRI-1e41f8453856cf1b5a2163c196a6814ef97e9f2e.tar.bz2 ATRI-1e41f8453856cf1b5a2163c196a6814ef97e9f2e.zip |
🚚 对插件文件相关进行重命名
Diffstat (limited to 'test')
-rw-r--r-- | test/test_plugin_applet.py (renamed from test/test_plugin_rich.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_plugin_rich.py b/test/test_plugin_applet.py index 3e63f4a..d2c0654 100644 --- a/test/test_plugin_rich.py +++ b/test/test_plugin_applet.py @@ -6,7 +6,7 @@ from .utils import make_fake_message, make_fake_event @pytest.mark.asyncio async def test_bili_rich(app: App): - from ATRI.plugins.rich import bili_rich + from ATRI.plugins.applet import bili_rich Message = make_fake_message() |