Improve comments

This commit is contained in:
Hocuri
2026-09-17 21:24:25 +02:00
parent 3c3dfe717a
commit acad4f7b42
3 changed files with 11 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ def wait_for_imap_message(imap):
def test_add_second_address(acf) -> None:
account = acf.new_configured_account()
assert len(account.list_transports()) == 1
assert len(account.list_transports()) == 1
qr = acf.get_account_qr()
account.add_transport_from_qr(qr)