We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27f0e4 commit ea71bb6Copy full SHA for ea71bb6
test/features/profile/data/profile_parser_test.dart
@@ -151,7 +151,7 @@ void main() {
151
r.map(
152
remote: (rp) {
153
expect(rp.subInfo, isNotNull);
154
- expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold));
+ expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold + 1));
155
expect(
156
rp.subInfo!.expire,
157
equals(DateTime.fromMillisecondsSinceEpoch(ProfileParser.infiniteTimeThreshold * 1000)),
0 commit comments