diff options
Diffstat (limited to 'std/fs/write_json_test.ts')
-rw-r--r-- | std/fs/write_json_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/write_json_test.ts b/std/fs/write_json_test.ts index 38bc3ed4b..5b1d88c5a 100644 --- a/std/fs/write_json_test.ts +++ b/std/fs/write_json_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { test } from "../testing/mod.ts"; import { assertEquals, |