summaryrefslogtreecommitdiff
path: root/cli/tests/unit/dir_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit/dir_test.ts')
-rw-r--r--cli/tests/unit/dir_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/dir_test.ts b/cli/tests/unit/dir_test.ts
index 75a41dd40..e64baf97b 100644
--- a/cli/tests/unit/dir_test.ts
+++ b/cli/tests/unit/dir_test.ts
@@ -44,7 +44,7 @@ unitTest({ perms: { read: false } }, function dirCwdPermError(): void {
Deno.cwd();
},
Deno.errors.PermissionDenied,
- "read access to <CWD>, run again with the --allow-read flag",
+ "Requires read access to <CWD>, run again with the --allow-read flag",
);
});