Skip to content

Commit

Permalink
size correction
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos committed Dec 11, 2023
1 parent 6b876b8 commit dc77a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/frontend/static_files_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void main() {
final partsSize = parts
.map((p) => cache.getFile(p)!.bytes.length)
.reduce((a, b) => a + b);
expect((partsSize / 1024).round(), closeTo(208, 1));
expect((partsSize / 1024).round(), closeTo(210, 1));
});
});

Expand Down

0 comments on commit dc77a98

Please sign in to comment.