| Index: pkg/scheduled_test/test/descriptor/utils.dart
|
| diff --git a/pkg/scheduled_test/test/descriptor/utils.dart b/pkg/scheduled_test/test/descriptor/utils.dart
|
| index 9674469dbc5d269c10b58c847b5062eea46f010a..f0fa13c80d5f414df2488d5846bb825efb6e5f1c 100644
|
| --- a/pkg/scheduled_test/test/descriptor/utils.dart
|
| +++ b/pkg/scheduled_test/test/descriptor/utils.dart
|
| @@ -24,7 +24,7 @@ void scheduleSandbox() {
|
|
|
| currentSchedule.onComplete.schedule(() {
|
| d.defaultRoot = null;
|
| - if (sandbox == null) return;
|
| + if (sandbox == null) return null;
|
| var oldSandbox = sandbox;
|
| sandbox = null;
|
| return new Directory(oldSandbox).delete(recursive: true);
|
|
|