@@ -27,8 +27,8 @@ void main() {
2727 setUpAll (() async {
2828 configureLogWriter (debug);
2929 await testRunner.setUpAll ();
30- exampleDirectory = p. absolute (
31- p.join (p.current, '..' , 'fixtures' , '_experimentSound' ));
30+ exampleDirectory =
31+ p.absolute (p. join (p.current, '..' , 'fixtures' , '_experimentSound' ));
3232
3333 final process = await TestProcess .start (
3434 'dart' ,
@@ -55,8 +55,8 @@ void main() {
5555 '--tls-cert-key=localhost+2-key.pem' ,
5656 ];
5757
58- final process = await testRunner. runWebDev (args,
59- workingDirectory: exampleDirectory);
58+ final process =
59+ await testRunner. runWebDev (args, workingDirectory: exampleDirectory);
6060 await expectLater (process.stdout, emitsThrough (contains ('Succeeded' )));
6161
6262 final client = HttpClient ()
@@ -84,8 +84,8 @@ void main() {
8484 '--tls-cert-key=localhost+2-key.pem' ,
8585 ];
8686
87- final process = await testRunner. runWebDev (args,
88- workingDirectory: exampleDirectory);
87+ final process =
88+ await testRunner. runWebDev (args, workingDirectory: exampleDirectory);
8989 await expectLater (process.stdout, emitsThrough (contains ('Succeeded' )));
9090
9191 final interfaces = await NetworkInterface .list (
0 commit comments