From a4ccaa5822bb26c7485e83542ceea94f18fd7e2a Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Tue, 27 May 2025 13:39:49 -0700 Subject: [PATCH] rm --- test/js/third_party/piscina/piscina.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/third_party/piscina/piscina.test.ts b/test/js/third_party/piscina/piscina.test.ts index c51d8704d7..3174113b1d 100644 --- a/test/js/third_party/piscina/piscina.test.ts +++ b/test/js/third_party/piscina/piscina.test.ts @@ -56,7 +56,7 @@ test("Piscina error handling", async () => { }); try { - await expect(piscina.run({ shouldThrow: true })).rejects.toThrow(); + expect(piscina.run({ shouldThrow: true })).rejects.toThrow(); } finally { await piscina.destroy(); }