From f51aed3f40e2a0e1d6dc932d4ffa202d0286a3c8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 02:15:48 +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 243bea7762..661b7260b8 100644 --- a/test/js/web/fetch/fetch.upgrade.test.ts +++ b/test/js/web/fetch/fetch.upgrade.test.ts @@ -1,5 +1,5 @@ import { describe, expect, test } from "bun:test"; -import { encodeTextFrame, encodeCloseFrame, decodeFrames, upgradeHeaders } from "./websocket.helpers"; +import { decodeFrames, encodeCloseFrame, encodeTextFrame, upgradeHeaders } from "./websocket.helpers"; describe("fetch upgrade", () => { test("should upgrade to websocket", async () => {