Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lost-illusi0n committed Nov 24, 2023
1 parent f3f57ff commit 22f4d3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class InternetMessageTest {

@Test
fun parseMessage() {
assertEquals(Message.fromText(raw), typed)
assertEquals(Message.fromText(raw).headers, typed.headers)
assertEquals(Message.fromText(raw).body, typed.body)
}
}

0 comments on commit 22f4d3d

Please sign in to comment.