summaryrefslogtreecommitdiff
path: root/cli/js/resources_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/resources_test.ts')
-rw-r--r--cli/js/resources_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/resources_test.ts b/cli/js/resources_test.ts
index 880727027..367b66217 100644
--- a/cli/js/resources_test.ts
+++ b/cli/js/resources_test.ts
@@ -31,7 +31,7 @@ testPerm({ net: true }, async function resourcesNet(): Promise<void> {
testPerm({ read: true }, async function resourcesFile(): Promise<void> {
const resourcesBefore = Deno.resources();
- await Deno.open("tests/hello.txt");
+ await Deno.open("cli/tests/hello.txt");
const resourcesAfter = Deno.resources();
// check that exactly one new resource (file) was added