Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit ca2bb01

Browse files
committed
nit
1 parent 18d86e7 commit ca2bb01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/filler-v2/src/tests/filler.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { formatAbiItem } from "viem/utils"
4545
// ============================================================================
4646

4747
describe("Filler V2 - Solver Selection ON", () => {
48-
it.only("Should place order, filler submits bid, user selects bid, order filled", async () => {
48+
it("Should place order, filler submits bid, user selects bid, order filled", async () => {
4949
const {
5050
bscIntentGatewayV2,
5151
polygonAmoyPublicClient,
@@ -153,7 +153,7 @@ describe("Filler V2 - Solver Selection ON", () => {
153153
await intentsCoprocessor.disconnect()
154154
}, 600_000)
155155

156-
it("Should place order only", async () => {
156+
it.only("Should place order only", async () => {
157157
const {
158158
bscIntentGatewayV2,
159159
polygonAmoyPublicClient,

0 commit comments

Comments
 (0)