Skip to content

Commit

Permalink
Merge pull request #6332 from multiversx/fix_rc_lint
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
sstanculeanu authored Jul 25, 2024
2 parents b100b84 + e014521 commit 1608549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrationTests/chainSimulator/vm/esdtImprovements_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,6 @@ func transferAndCheckTokensMetaData(t *testing.T, isCrossShard bool, isMultiTran
require.NotNil(t, txResult)

require.Equal(t, "success", txResult.Status.String())

nonce++
} else {
for _, tokenID := range tokenIDs {
log.Info("transfering token id", "tokenID", tokenID)
Expand Down

0 comments on commit 1608549

Please sign in to comment.