diff options
Diffstat (limited to 'cli/tests/lock_write_fetch.ts')
-rw-r--r-- | cli/tests/lock_write_fetch.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/lock_write_fetch.ts b/cli/tests/lock_write_fetch.ts index 2e9735313..2286d7a0c 100644 --- a/cli/tests/lock_write_fetch.ts +++ b/cli/tests/lock_write_fetch.ts @@ -7,7 +7,7 @@ const fetchProc = Deno.run({ stderr: "null", cmd: [ Deno.execPath(), - "fetch", + "cache", "--reload", "--lock=lock_write_fetch.json", "--lock-write", @@ -23,7 +23,7 @@ const fetchCheckProc = Deno.run({ stderr: "null", cmd: [ Deno.execPath(), - "fetch", + "cache", "--lock=lock_write_fetch.json", "https_import.ts", ], |