From bb5efb67ab28849a28d0d41939734dc6336c40c0 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:08:11 -0800 Subject: Update socket.test.ts --- test/bun.js/socket/socket.test.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'test/bun.js/socket/socket.test.ts') diff --git a/test/bun.js/socket/socket.test.ts b/test/bun.js/socket/socket.test.ts index 200f9528c..3c41c96f7 100644 --- a/test/bun.js/socket/socket.test.ts +++ b/test/bun.js/socket/socket.test.ts @@ -25,12 +25,7 @@ it("should keep process alive only when active", async () => { lines.filter(function (line) { return line.startsWith("[Client]"); }), - ).toEqual([ - "[Client] OPENED", - "[Client] GOT response", - "[Client] ENDED", - "[Client] CLOSED", - ]); + ).toEqual(["[Client] OPENED", "[Client] GOT response", "[Client] CLOSED"]); }); it("listen() should throw connection error for invalid host", () => { -- cgit v1.2.3