summaryrefslogtreecommitdiff
path: root/std/util/deep_assign_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/util/deep_assign_test.ts')
-rw-r--r--std/util/deep_assign_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/util/deep_assign_test.ts b/std/util/deep_assign_test.ts
index c197344f7..bc66d2179 100644
--- a/std/util/deep_assign_test.ts
+++ b/std/util/deep_assign_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, assert } from "../testing/asserts.ts";
import { deepAssign } from "./deep_assign.ts";