diff --git a/tests/test_new.py b/tests/test_new.py index 0af2fce..8f3bc87 100644 --- a/tests/test_new.py +++ b/tests/test_new.py @@ -1,13 +1,16 @@ import pytest + def test_add(n_plugin_module): from nonebot_bison.config import Config + config = Config() config.add_subscribe( - user='123', - user_type='group', - target='weibo_id', - target_name='weibo_name', - target_type='weibo', - cats=[], - tags=[]) + user="123", + user_type="group", + target="weibo_id", + target_name="weibo_name", + target_type="weibo", + cats=[], + tags=[], + )