diff --git a/test/features/profile/data/profile_parser_test.dart b/test/features/profile/data/profile_parser_test.dart index 26ec4d96..c173cc74 100644 --- a/test/features/profile/data/profile_parser_test.dart +++ b/test/features/profile/data/profile_parser_test.dart @@ -62,7 +62,7 @@ void main() { upload: 0, download: 1024, total: 10240, - expire: DateTime(2024), + expire: DateTime.fromMillisecondsSinceEpoch(1704054600 * 1000), webPageUrl: validBaseUrl, supportUrl: validSupportUrl, ),