Skip to content

Commit 9207403

Browse files
committed
Follow size increase in static files test.
1 parent 3ce607f commit 9207403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test/frontend/static_files_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void main() {
212212
test('script.dart.js and parts size check', () {
213213
final file = cache.getFile('/static/js/script.dart.js');
214214
expect(file, isNotNull);
215-
expect((file!.bytes.length / 1024).round(), closeTo(345, 20));
215+
expect((file!.bytes.length / 1024).round(), closeTo(366, 20));
216216

217217
final parts = cache.paths
218218
.where((path) =>

0 commit comments

Comments
 (0)