From b49e20c1931653a461dc343abec8dfbb1ed809aa Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:40:13 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/js/web/fetch/fetch.upgrade.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/web/fetch/fetch.upgrade.test.ts b/test/js/web/fetch/fetch.upgrade.test.ts index 63abab36d2..260480661f 100644 --- a/test/js/web/fetch/fetch.upgrade.test.ts +++ b/test/js/web/fetch/fetch.upgrade.test.ts @@ -1,6 +1,6 @@ import { describe, expect, test } from "bun:test"; -import { decodeFrames, encodeCloseFrame, encodeTextFrame, upgradeHeaders } from "./websocket.helpers"; import http from "http"; +import { decodeFrames, encodeCloseFrame, encodeTextFrame, upgradeHeaders } from "./websocket.helpers"; describe("fetch upgrade", () => { test("should upgrade to websocket", async () => { const serverMessages: string[] = [];