Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jan 2, 2025
1 parent c004e3e commit 66c8d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/src/imap/imap_response_reader_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ a3 OK Fetch completed (0.020 + 0.000 + 0.019 secs).\r
expect(_lastResponses[0].lines[1].line, 'Hi\r\n\r\n');
expect(
_lastResponses[0].lines[2].rawLine,
' BODY[HEADER.FIELDS (DATE)] {47}',
'BODY[HEADER.FIELDS (DATE)] {47}',
);
expect(
_lastResponses[0].lines[3].line,
Expand Down Expand Up @@ -246,15 +246,15 @@ a3 OK Fetch completed (0.020 + 0.000 + 0.019 secs).\r
expect(_lastResponses[0].lines[1].line, 'Hi\r\n\r\n');
expect(
_lastResponses[0].lines[2].rawLine,
' BODY[HEADER.FIELDS (DATE)] {47}',
'BODY[HEADER.FIELDS (DATE)] {47}',
);
expect(
_lastResponses[0].lines[3].line,
'Date: Tue, 21 Jan 2020 11:59:55 +0100 (CET)\r\n\r\n',
);
expect(
_lastResponses[0].lines[4].rawLine,
' BODY[HEADER.FIELDS (MESSAGE-ID)] {36}',
'BODY[HEADER.FIELDS (MESSAGE-ID)] {36}',
);
expect(
_lastResponses[0].lines[5].line,
Expand Down

0 comments on commit 66c8d56

Please sign in to comment.