Skip to content

Commit 71f0bae

Browse files
authored
fix: remove test.only from auto-pipeline (#1356)
1 parent 5558861 commit 71f0bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/auto-pipeline.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ describe("Auto pipeline", () => {
319319
expect(res).toEqual(["OK", "OK", "bar", { hello: "world" }, 1, null]);
320320
});
321321

322-
test.only("should throw errors granularly", async () => {
322+
test("should throw errors granularly", async () => {
323323
// in this test, we have two methods being called parallel. both
324324
// use redis, but one of them has try/catch. when the request in
325325
// try fails, it shouldn't make the request in the parallel request

0 commit comments

Comments
 (0)