From 9aa0670628629b0c296f6c361aa5939e8a39e53a Mon Sep 17 00:00:00 2001 From: molanp <104612722+molanp@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E8=BF=87?= =?UTF-8?q?=E9=95=BF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/builtin_plugins/check/test_check.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/builtin_plugins/check/test_check.py b/tests/builtin_plugins/check/test_check.py index 3290828c..90a199d0 100644 --- a/tests/builtin_plugins/check/test_check.py +++ b/tests/builtin_plugins/check/test_check.py @@ -31,7 +31,11 @@ # mock_platform = mocker.patch("zhenxun.builtin_plugins.check.data_source.platform") # mock_platform.uname.return_value = platform_uname -# mock_template_to_pic = mocker.patch("zhenxun.builtin_plugins.check.template_to_pic") +# mock_template_to_pic = mocker.patch( + +# "zhenxun.builtin_plugins.check.template_to_pic" + +# ) # mock_template_to_pic_return = mocker.AsyncMock() # mock_template_to_pic.return_value = mock_template_to_pic_return