Skip to content

Commit cbfd2bd

Browse files
authored
improve: Remove unused bidirectional prop from tests (#3266)
1 parent bbda2c3 commit cbfd2bd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/InventoryClient.RefundChain.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ describe("InventoryClient: Refund chain selection", async function () {
328328
fromToken: l2TokensForWeth[POLYGON],
329329
toChain: OPTIMISM,
330330
toToken: l2TokensForUsdc[OPTIMISM],
331-
bidirectional: false,
332331
},
333332
];
334333
const _inventoryClient = new MockInventoryClient(
@@ -367,7 +366,6 @@ describe("InventoryClient: Refund chain selection", async function () {
367366
fromToken: l2TokensForWeth[POLYGON],
368367
toChain: "ALL",
369368
toToken: l2TokensForUsdc[OPTIMISM],
370-
bidirectional: false,
371369
},
372370
];
373371
const _inventoryClient = new MockInventoryClient(

0 commit comments

Comments
 (0)