Skip to content

Commit

Permalink
remove useless login in email test
Browse files Browse the repository at this point in the history
  • Loading branch information
hatch01 committed Sep 5, 2024
1 parent 4fa57ea commit 5418e42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lyon1mailclient/test/lyon1mail_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ void main() {
await sendDummyMail(emailAddress);
expect(await mailClient.getActions(), []);

await mailClient.login();
final List<Mail> mailsBeforeDeletion =
(await mailClient.fetchMessages(1)) ?? [];
expect(mailsBeforeDeletion.isNotEmpty, true);
Expand Down

0 comments on commit 5418e42

Please sign in to comment.