Skip to content

Commit

Permalink
Update packages/shorebird_tests/test/shorebird_tests.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzanardo authored May 23, 2024
1 parent 8363366 commit bf6d731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shorebird_tests/test/shorebird_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ app_id: "123"

await testFn(projectDirectory);
} finally {
//projectDirectory.deleteSync(recursive: true);
projectDirectory.deleteSync(recursive: true);
}
},
timeout: Timeout(
Expand Down

0 comments on commit bf6d731

Please sign in to comment.