Skip to content

Commit

Permalink
attempt lint fix and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Nov 15, 2024
1 parent d9c088e commit 73bcc17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration-tests/smoke/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ func TestTokenTransfer(t *testing.T) {
require.Equal(t, twoCoins, balance)
}

// setupTokens deploys transferable tokens on the source and dest, mints tokens for the source and dest, and
// approves the router to spend the tokens
func setupTokens(t *testing.T, tenv ccdeploy.DeployedEnv) (srcToken *burn_mint_erc677.BurnMintERC677, dstToken *burn_mint_erc677.BurnMintERC677) {
lggr := logger.TestLogger(t)

Expand Down Expand Up @@ -730,7 +732,4 @@ func Test_PricingForTokenTransfers(t *testing.T) {
require.Error(t, err)
require.Nil(t, tx)
})

}


0 comments on commit 73bcc17

Please sign in to comment.