summaryrefslogtreecommitdiff
path: root/std/fs/ensure_dir_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/ensure_dir_test.ts')
-rw-r--r--std/fs/ensure_dir_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/ensure_dir_test.ts b/std/fs/ensure_dir_test.ts
index 29a7913b1..ad8b75a9f 100644
--- a/std/fs/ensure_dir_test.ts
+++ b/std/fs/ensure_dir_test.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { assertThrows, assertThrowsAsync } from "../testing/asserts.ts";
import * as path from "../path/mod.ts";
import { ensureDir, ensureDirSync } from "./ensure_dir.ts";