Unverified Commit 7adb720d authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Fixed a typo that I forgot to push before committing ide-config change. (#12998)

parent 2a26f29c
......@@ -234,7 +234,7 @@ void main() {
);
}, timeout: const Timeout.factor(2.0));
testUsingContext('removes delted imls with --overwrite', () async {
testUsingContext('removes deleted imls with --overwrite', () async {
final Map<String, String> templateManifest = _getManifest(
intellijDir,
'template',
......@@ -268,7 +268,7 @@ void main() {
);
}, timeout: const Timeout.factor(2.0));
testUsingContext('removes delted imls with --overwrite, including empty parent dirs', () async {
testUsingContext('removes deleted imls with --overwrite, including empty parent dirs', () async {
final Map<String, String> templateManifest = _getManifest(
intellijDir,
'template',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment