Skip to content

Commit

Permalink
fix: compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Amas committed Nov 29, 2023
1 parent 329b8ba commit ee62d18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/unit/tradeEventManagement.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ describe("TradeEventManagement unit tests suite", () => {
tick: 1,
fillVolume: Big(2),
fillWants: true,
totalGot: Big(0),
totalGave: Big(0),
partialFill: false,
};
const args: any = { offerId: BigNumber.from(20) };

Expand Down

0 comments on commit ee62d18

Please sign in to comment.