Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 committed Nov 29, 2023
1 parent 0d2f3c6 commit a978ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/crowdfund/InitialETHCrowdfund.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ contract InitialETHCrowdfundTest is InitialETHCrowdfundTestBase {
crowdfund.batchContribute{ value: 2.5 ether }(
InitialETHCrowdfund.BatchContributeArgs({
tokenIds: tokenIds,
delegate: member,
initialDelegate: member,
values: values,
gateDatas: gateDatas
})
Expand All @@ -893,7 +893,7 @@ contract InitialETHCrowdfundTest is InitialETHCrowdfundTestBase {
crowdfund.batchContribute{ value: 3.5 ether }(
InitialETHCrowdfund.BatchContributeArgs({
tokenIds: tokenIds,
delegate: member,
initialDelegate: member,
values: values,
gateDatas: gateDatas
})
Expand Down

0 comments on commit a978ca0

Please sign in to comment.