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 e8856be commit a0228ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_unit_exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ async def test_module_exception(fmo, caplog):
async def test_create_client_exception(fmo, caplog):
fmo.enabled = True
result = fmo.create_client()
print(result)
assert result is not None
assert any(
record.message
Expand Down

0 comments on commit a0228ce

Please sign in to comment.