From 59d78d270e22f56ec53a8cf1f5a070d7f7b99982 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Sun, 7 Jul 2024 07:22:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Unit=20Test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_unit_exception | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_unit_exception b/tests/test_unit_exception index dd68b02..aec8c22 100644 --- a/tests/test_unit_exception +++ b/tests/test_unit_exception @@ -20,8 +20,8 @@ def fmo(): async def test_module_exception(fmo, caplog): - result = fmo.create_client(parser_library="none") - assert result is not None + result = FindMyOrder() + print(result) assert any( record.message == "FindMyOrder is disabled. No Parser will be created." for record in caplog.records