Skip to content

Commit

Permalink
Update TestE2E_Consensus_MintableERC20NativeToken to send dynamic fee…
Browse files Browse the repository at this point in the history
… tx (#1920)
  • Loading branch information
Stefan-Ethernal authored Sep 20, 2023
1 parent 4fbe4ba commit 1b78d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-polybft/e2e/consensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ func TestE2E_Consensus_MintableERC20NativeToken(t *testing.T) {
&ethgo.Transaction{
To: &nativeTokenAddr,
Input: mintInput,
Type: ethgo.TransactionDynamicFee,
}, minter)
require.NoError(t, err)
require.Equal(t, uint64(types.ReceiptSuccess), receipt.Status)
Expand Down Expand Up @@ -576,6 +577,7 @@ func TestE2E_Consensus_MintableERC20NativeToken(t *testing.T) {
&ethgo.Transaction{
To: &nativeTokenAddr,
Input: mintInput,
Type: ethgo.TransactionDynamicFee,
}, nonMinterAcc.Ecdsa)
require.Error(t, err)
require.Nil(t, receipt)
Expand Down

0 comments on commit 1b78d47

Please sign in to comment.