summaryrefslogtreecommitdiff
path: root/std/async/delay_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/async/delay_test.ts')
-rw-r--r--std/async/delay_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/async/delay_test.ts b/std/async/delay_test.ts
index 087c3ffa1..e5f08f110 100644
--- a/std/async/delay_test.ts
+++ b/std/async/delay_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 { delay } from "./delay.ts";
import { assert } from "../testing/asserts.ts";