diff options
Diffstat (limited to 'datetime/test.ts')
| -rw-r--r-- | datetime/test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datetime/test.ts b/datetime/test.ts index 65577420b..3329e9cd1 100644 --- a/datetime/test.ts +++ b/datetime/test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assertEqual, assert } from "../testing/mod.ts"; -import * as datetime from "mod.ts"; +import * as datetime from "./mod.ts"; test(function parseDateTime() { assertEqual( |
