Skip to content

Commit

Permalink
fix: correct typo in variable name from 'nweErc20Suite' to 'newErc20S…
Browse files Browse the repository at this point in the history
…uite' (#791)
  • Loading branch information
zakir-code authored Oct 29, 2024
1 parent 10a0074 commit d6a0b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testutil/helpers/erc20_token_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ func NewERC20Suite(require *require.Assertions, signer *Signer, evmKeeper *fxevm
}

func (s ERC20TokenSuite) WithError(err error) ERC20TokenSuite {
nweErc20Suite := s
nweErc20Suite.err = err
return nweErc20Suite
newErc20Suite := s
newErc20Suite.err = err
return newErc20Suite
}

func (s ERC20TokenSuite) Error(err error) {
Expand Down

0 comments on commit d6a0b53

Please sign in to comment.