summaryrefslogtreecommitdiff
path: root/std/fs/ensure_file_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/fs/ensure_file_test.ts')
-rw-r--r--std/fs/ensure_file_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/ensure_file_test.ts b/std/fs/ensure_file_test.ts
index ee21e7b88..e10603426 100644
--- a/std/fs/ensure_file_test.ts
+++ b/std/fs/ensure_file_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 { ensureFile, ensureFileSync } from "./ensure_file.ts";