Skip to content

Commit

Permalink
✅ Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 7, 2024
1 parent 7d03370 commit 59d78d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_unit_exception
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59d78d2

Please sign in to comment.