Skip to content

Commit cb4d939

Browse files
cursoragentcpenned
andcommitted
style: format emails_test assertion
Co-authored-by: cpenned <cpenned@users.noreply.github.com>
1 parent 408a41f commit cb4d939

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/emails_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ def test_email_list(self) -> None:
203203
assert len(emails["data"]) == 2
204204
assert emails["has_more"] == True
205205
assert emails["data"][0]["id"] == "4ef9a417-02e9-4d39-ad75-9611e0fcc33c"
206-
assert (
207-
emails["data"][0]["message_id"] == "<111-222-333@email.example.com>"
208-
)
206+
assert emails["data"][0]["message_id"] == "<111-222-333@email.example.com>"
209207
assert emails["data"][1]["id"] == "5ef9a417-02e9-4d39-ad75-9611e0fcc33d"
210208

211209
def test_email_list_with_params(self) -> None:

0 commit comments

Comments
 (0)