Skip to content

Commit

Permalink
Fix LiquidERC20Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Jul 24, 2024
1 parent d2df489 commit 6d886cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/TestLiquidERC20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ describe("TestLiquidERC20", () => {
"Infra",
"INFRA",
holderAddresses,
distributable
distributable,
ZERO_ADDRESS // No multiclaim
)) as unknown as LiquidInfrastructureERC20;
console.log("Deployed ERC20 at ", await token.getAddress());
}
Expand Down

0 comments on commit 6d886cc

Please sign in to comment.