From 5c31574cb31b65e15d13d8208175aae11b2becd4 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 18 Feb 2024 13:49:06 +0330 Subject: [PATCH] Fix test --- test/features/profile/data/profile_parser_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ),