summaryrefslogtreecommitdiff
path: root/cli/tests/unit/make_temp_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit/make_temp_test.ts')
-rw-r--r--cli/tests/unit/make_temp_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/make_temp_test.ts b/cli/tests/unit/make_temp_test.ts
index 05a422cfd..4f94ccb14 100644
--- a/cli/tests/unit/make_temp_test.ts
+++ b/cli/tests/unit/make_temp_test.ts
@@ -1,10 +1,10 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import {
- unitTest,
assert,
assertEquals,
assertThrows,
assertThrowsAsync,
+ unitTest,
} from "./test_util.ts";
unitTest({ perms: { write: true } }, function makeTempDirSyncSuccess(): void {