Skip to content

Commit

Permalink
Update imap.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Mar 22, 2024
1 parent 01d72c5 commit 4b2884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/imap/imap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,6 @@ const _dummyInt = 1;
const _dummyDouble = 1.0;
const _dummyString = '';
const _dummyBool = true;
final _dummyUri = Uri.parse('http://www.google.com');
final _dummyUri = Uri.parse('https://www.google.com');
final _dummyDate = DateTime.now();
final _dummyBigInt = BigInt.from(1);

0 comments on commit 4b2884e

Please sign in to comment.