Skip to content

Commit

Permalink
set args
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 6, 2024
1 parent d4fcb12 commit 68539e2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions e2e/e2etests/e2etests.go
Original file line number Diff line number Diff line change
Expand Up @@ -955,13 +955,17 @@ var AllE2ETests = []runner.E2ETest{
runner.NewE2ETest(
TestV2ERC20WithdrawAndCallName,
"withdraw ERC20 from ZEVM and authenticated call a contract using V2 contract",
[]runner.ArgDefinition{},
[]runner.ArgDefinition{
{Description: "amount", DefaultValue: "1000"},
},
TestV2ERC20WithdrawAndCall,
),
runner.NewE2ETest(
TestV2ERC20WithdrawAndCallNoMessageName,
"withdraw ERC20 from ZEVM and authenticated call a contract using V2 contract with no message",
[]runner.ArgDefinition{},
[]runner.ArgDefinition{
{Description: "amount", DefaultValue: "1000"},
},
TestV2ERC20WithdrawAndCallNoMessage,
),
runner.NewE2ETest(
Expand Down

0 comments on commit 68539e2

Please sign in to comment.