Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Jul 30, 2024
1 parent 06b165b commit 3bb84e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3899,7 +3899,6 @@ func TestChainSimulator_CreateAndPauseTokens_DynamicNFT(t *testing.T) {
log.Info("transfering token id", "tokenID", nftTokenID)

tx = esdtNFTTransferTx(nonce, addrs[0].Bytes, addrs[1].Bytes, nftTokenID)
nonce++
txResult, err = cs.SendTxAndGenerateBlockTilTxIsExecuted(tx, maxNumOfBlockToGenerateWhenExecutingTx)
require.Nil(t, err)
require.NotNil(t, txResult)
Expand Down
1 change: 0 additions & 1 deletion integrationTests/chainSimulator/vm/esdtTokens_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ func TestChainSimulator_Api_NFTToken(t *testing.T) {
log.Info("Change to DYNAMIC type")

tx = changeToDynamicTx(nonce, addrs[0].Bytes, nftTokenID)
nonce++

txResult, err = cs.SendTxAndGenerateBlockTilTxIsExecuted(tx, maxNumOfBlockToGenerateWhenExecutingTx)
require.Nil(t, err)
Expand Down

0 comments on commit 3bb84e7

Please sign in to comment.