Index: utils/tests/pub/install/hosted/stay_locked_test.dart |
diff --git a/utils/tests/pub/install/hosted/stay_locked_test.dart b/utils/tests/pub/install/hosted/stay_locked_test.dart |
index dc8f72abf5b7ffaa5aed4016d584357cbe96f2da..df7cf878e3c71200e3a5d497f70488a6e580f7ca 100644 |
--- a/utils/tests/pub/install/hosted/stay_locked_test.dart |
+++ b/utils/tests/pub/install/hosted/stay_locked_test.dart |
@@ -27,7 +27,7 @@ main() { |
d.packagesDir({"foo": "1.0.0"}).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))); |
// Start serving a newer package as well. |
servePackages([packageMap("foo", "1.0.1")]); |