Skip to content

Commit

Permalink
🐞 bypass ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Apr 12, 2023
1 parent ce2590e commit 58a2b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ async def test_context_manager_exception_quits(
) -> None:
with pytest.raises(ZeroDivisionError):
async with smtp_client:
1 / 0
1 / 0 # noqa

assert received_commands[-1][0] == "QUIT"

Expand Down

0 comments on commit 58a2b43

Please sign in to comment.