Skip to content

Commit ea71bb6

Browse files
committed
fix: test
1 parent f27f0e4 commit ea71bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/features/profile/data/profile_parser_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void main() {
151151
r.map(
152152
remote: (rp) {
153153
expect(rp.subInfo, isNotNull);
154-
expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold));
154+
expect(rp.subInfo!.total, equals(ProfileParser.infiniteTrafficThreshold + 1));
155155
expect(
156156
rp.subInfo!.expire,
157157
equals(DateTime.fromMillisecondsSinceEpoch(ProfileParser.infiniteTimeThreshold * 1000)),

0 commit comments

Comments
 (0)