From db9482d6880739f4333ce80d9e40f856a0ebefa7 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 8 Jun 2023 12:10:37 -0600 Subject: chore: Use relative paths for assert imports to avoid test flakes (#19427) Tests occasionally fail if we get a bad gateway attempting to fetch the assertion module --- cli/tests/unit_node/http2_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/unit_node') diff --git a/cli/tests/unit_node/http2_test.ts b/cli/tests/unit_node/http2_test.ts index 543543cbd..64824f3e8 100644 --- a/cli/tests/unit_node/http2_test.ts +++ b/cli/tests/unit_node/http2_test.ts @@ -3,7 +3,7 @@ import * as http2 from "node:http2"; import * as net from "node:net"; import { deferred } from "../../../test_util/std/async/deferred.ts"; -import { assertEquals } from "https://deno.land/std@v0.42.0/testing/asserts.ts"; +import { assertEquals } from "../../../test_util/std/testing/asserts.ts"; const { HTTP2_HEADER_AUTHORITY, -- cgit v1.2.3