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 a0228ce commit b7e1075
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_unit_exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ async def test_module_exception(fmo, caplog):
)


async def test_create_client_exception(fmo, caplog):
fmo.enabled = True
async def test_create_client_exception(caplog):
settings.findmyorder_enabled = True
fmo = FindMyOrder()
result = fmo.create_client()
print(result)
assert result is not None
Expand Down

0 comments on commit b7e1075

Please sign in to comment.