diff options
Diffstat (limited to 'std/fs/expand_glob_test.ts')
-rw-r--r-- | std/fs/expand_glob_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/fs/expand_glob_test.ts b/std/fs/expand_glob_test.ts index 6be9c518f..4e6f74551 100644 --- a/std/fs/expand_glob_test.ts +++ b/std/fs/expand_glob_test.ts @@ -1,5 +1,5 @@ const { cwd, execPath, run } = Deno; -import { decode } from "../strings/mod.ts"; +import { decode } from "../encoding/utf8.ts"; import { assert, assertEquals, assertStrContains } from "../testing/asserts.ts"; import { isWindows, |