Skip to content

Commit 081cf34

Browse files
committed
fix: bundle
1 parent ef1dca0 commit 081cf34

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

lib/src/cli/templates/test_optimizer_bundle.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/src/cli/test_runner_cli_test.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,8 @@ void main() {
12131213
});
12141214

12151215
test(
1216-
'pass not optimized tests along with optimized tests when optimization is enabled but there are not optimized tests as well',
1216+
'pass not optimized tests along with optimized tests when optimization '
1217+
'is enabled but there are not optimized tests as well',
12171218
() async {
12181219
final tempDirectory = Directory.systemTemp.createTempSync();
12191220
addTearDown(() => tempDirectory.deleteSync(recursive: true));
@@ -1279,7 +1280,8 @@ void main() {
12791280
);
12801281

12811282
test(
1282-
'do not pass not optimized tests along with optimized tests when optimization is enabled but there are no not optimized tests',
1283+
'do not pass not optimized tests along with optimized tests when '
1284+
'optimization is enabled but there are no not optimized tests',
12831285
() async {
12841286
final tempDirectory = Directory.systemTemp.createTempSync();
12851287
addTearDown(() => tempDirectory.deleteSync(recursive: true));

0 commit comments

Comments
 (0)