summaryrefslogtreecommitdiff
path: root/std/http/_mock_conn.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/http/_mock_conn.ts')
-rw-r--r--std/http/_mock_conn.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/_mock_conn.ts b/std/http/_mock_conn.ts
index 4ce2b65f4..b2abb301a 100644
--- a/std/http/_mock_conn.ts
+++ b/std/http/_mock_conn.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.
/** Create dummy Deno.Conn object with given base properties */
export function mockConn(base: Partial<Deno.Conn> = {}): Deno.Conn {