From ea71bb6e933eb6dad6e371bd7fbc4ed9d36b2ae3 Mon Sep 17 00:00:00 2001 From: hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:33:22 +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 f049e836..dab022d5 100644 --- a/test/features/profile/data/profile_parser_test.dart +++ b/test/features/profile/data/profile_parser_test.dart @@ -151,7 +151,7 @@ void main() { r.map( remote: (rp) { expect(rp.subInfo, isNotNull); - expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold)); + expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold + 1)); expect( rp.subInfo!.expire, equals(DateTime.fromMillisecondsSinceEpoch(ProfileParser.infiniteTimeThreshold * 1000)),