Skip to content

Commit

Permalink
imp(callbacks_test): using testAccAddress for transfer tests now
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Aug 14, 2023
1 parent 4e6bc61 commit 3073c93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/apps/callbacks/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ import (
ibctesting "github.com/cosmos/ibc-go/v7/testing"
)

const (
callbackAddr = "cosmos1q4hx350dh0843y34n0vm4lfj6eh5qz4sqfrnq0"
)
var callbackAddr = ibctesting.TestAccAddress

func (s *CallbacksTestSuite) TestTransferCallbacks() {
testCases := []struct {
Expand Down

0 comments on commit 3073c93

Please sign in to comment.