Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Nov 7, 2024
1 parent 7015f82 commit 30e4571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/e2etests/test_solana_deposit_and_call_spl.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestSolanaDepositSPLAndCall(r *runner.E2ERunner, args []string) {

// execute the deposit transaction
data := []byte("hello spl tokens")
// #nosec G115 e2eTest - always in range
sig := r.DepositSPL(&privKey, uint64(amount), r.SPLAddr, contractAddr, data)

// wait for the cctx to be mined
Expand Down
1 change: 1 addition & 0 deletions e2e/e2etests/test_solana_deposit_spl.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func TestSolanaDepositSPL(r *runner.E2ERunner, args []string) {
require.NoError(r, err)

// deposit SPL tokens
// #nosec G115 e2eTest - always in range
sig := r.DepositSPL(&privKey, uint64(amount), r.SPLAddr, r.EVMAddress(), nil)

// wait for the cctx to be mined
Expand Down

0 comments on commit 30e4571

Please sign in to comment.