From 7683ba5e907c2dca21f1cfffbd33ae50f8c975a7 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 16 Jan 2023 07:09:26 +1100 Subject: chore: update std submodule and its imports (#17408) --- cli/tests/unit/blob_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit/blob_test.ts') diff --git a/cli/tests/unit/blob_test.ts b/cli/tests/unit/blob_test.ts index 8a91a76dd..4c81c2cbc 100644 --- a/cli/tests/unit/blob_test.ts +++ b/cli/tests/unit/blob_test.ts @@ -1,6 +1,6 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. import { assert, assertEquals, assertStringIncludes } from "./test_util.ts"; -import { concat } from "../../../test_util/std/bytes/mod.ts"; +import { concat } from "../../../test_util/std/bytes/concat.ts"; Deno.test(function blobString() { const b1 = new Blob(["Hello World"]); -- cgit v1.2.3