diff options
Diffstat (limited to 'std/_util/assert_test.ts')
-rw-r--r-- | std/_util/assert_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/_util/assert_test.ts b/std/_util/assert_test.ts index 80bf0d54f..919767fd0 100644 --- a/std/_util/assert_test.ts +++ b/std/_util/assert_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 { assert, DenoStdInternalError } from "./assert.ts"; import { assertThrows } from "../testing/asserts.ts"; |