Skip to content

Commit

Permalink
disable log print in E2E test TestBitcoinDepositAndCall
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Sep 24, 2024
1 parent 3be79ad commit 9ff3feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2etests/test_bitcoin_deposit_call.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func TestBitcoinDepositAndCall(r *runner.E2ERunner, args []string) {
// deploy an example contract in ZEVM
contractAddr, _, contract, err := testcontract.DeployExample(r.ZEVMAuth, r.ZEVMClient)
require.NoError(r, err)
r.Logger.Print("Bitcoin: Example contract deployed at: %s", contractAddr.String())
r.Logger.Info("Bitcoin: Example contract deployed at: %s", contractAddr.String())

// ACT
// Send BTC to TSS address with a dummy memo
Expand Down

0 comments on commit 9ff3feb

Please sign in to comment.