summaryrefslogtreecommitdiff
path: root/cli/tests/permission_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/permission_test.ts')
-rw-r--r--cli/tests/permission_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/permission_test.ts b/cli/tests/permission_test.ts
index 1e6abae21..bcfb840bf 100644
--- a/cli/tests/permission_test.ts
+++ b/cli/tests/permission_test.ts
@@ -11,7 +11,7 @@ const test: { [key: string]: Function } = {
makeTempDirSync();
},
envRequired(): void {
- env().home;
+ env.get("home");
},
netRequired(): void {
listen({ transport: "tcp", port: 4541 });