Skip to content

Commit e8317d8

Browse files
committed
Fix teardown
1 parent f61b0fe commit e8317d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test/install_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void main() {
3939
late Directory appDir;
4040

4141
tearDownAll(() {
42-
// appDir.parent.deleteSync(recursive: true);
42+
appDir.parent.deleteSync(recursive: true);
4343
});
4444
setUpAll(() async {
4545
final dir =

0 commit comments

Comments
 (0)