Skip to content

Commit 9cece73

Browse files
committed
Add await
1 parent 5ec1261 commit 9cece73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/readers/frontend_server_asset_reader_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void main() {
5454
});
5555

5656
tearDown(() async {
57-
testProject.tearDown();
57+
await testProject.tearDown();
5858
if (await tempFixtures.exists()) await tempFixtures.delete(recursive: true);
5959
});
6060

0 commit comments

Comments
 (0)