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)),