Index: utils/tests/pub/install/git/lock_version_test.dart |
diff --git a/utils/tests/pub/install/git/lock_version_test.dart b/utils/tests/pub/install/git/lock_version_test.dart |
index 7c3824b7f62951a349bf9d4e786c07e14ad558c4..ad6c92a2ebeff4939abd219c1c04c86017043277 100644 |
--- a/utils/tests/pub/install/git/lock_version_test.dart |
+++ b/utils/tests/pub/install/git/lock_version_test.dart |
@@ -35,7 +35,7 @@ main() { |
]).validate(); |
// Delete the packages path to simulate a new checkout of the application. |
- schedule(() => deleteDir(path.join(sandboxDir, packagesPath))); |
+ schedule(() => deleteEntry(path.join(sandboxDir, packagesPath))); |
d.git('foo.git', [ |
d.libDir('foo', 'foo 2'), |