Skip to content

Commit

Permalink
chore: fixed test amount values
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Apr 3, 2024
1 parent 4fd7d76 commit 3f8a40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/generate-payout-permit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ describe("generatePayoutPermit", () => {
const result = await generatePayoutPermit(context, [
{
type: "erc20",
amount: 0,
amount: 100,
username: "username",
contributionType: "ISSUE",
},
{
type: "erc20",
amount: 0,
amount: 100,
username: "username",
contributionType: "ISSUE",
},
Expand Down

0 comments on commit 3f8a40d

Please sign in to comment.