@@ -28,7 +28,7 @@ func (suite *KeeperTestSuite) TestPathForwarding() {
2828 sender := suite .chainA .SenderAccounts [0 ].SenderAccount
2929 receiver := suite .chainA .SenderAccounts [1 ].SenderAccount
3030 forwardingPath := types.ForwardingInfo {
31- Hops : []* types.Hop {
31+ Hops : []types.Hop {
3232 {
3333 PortId : path2 .EndpointA .ChannelConfig .PortID ,
3434 ChannelId : path2 .EndpointA .ChannelID ,
@@ -90,7 +90,7 @@ func (suite *KeeperTestSuite) TestEscrowsAreSetAfterForwarding() {
9090 sender := suite .chainA .SenderAccounts [0 ].SenderAccount
9191 receiver := suite .chainA .SenderAccounts [1 ].SenderAccount
9292 forwardingPath := types.ForwardingInfo {
93- Hops : []* types.Hop {
93+ Hops : []types.Hop {
9494 {
9595 PortId : path2 .EndpointB .ChannelConfig .PortID ,
9696 ChannelId : path2 .EndpointB .ChannelID ,
@@ -173,7 +173,7 @@ func (suite *KeeperTestSuite) TestHappyPathForwarding() {
173173 sender := suite .chainA .SenderAccounts [0 ].SenderAccount
174174 receiver := suite .chainA .SenderAccounts [1 ].SenderAccount
175175 forwardingPath := types.ForwardingInfo {
176- Hops : []* types.Hop {
176+ Hops : []types.Hop {
177177 {
178178 PortId : path2 .EndpointB .ChannelConfig .PortID ,
179179 ChannelId : path2 .EndpointB .ChannelID ,
@@ -281,7 +281,7 @@ func (suite *KeeperTestSuite) TestSimplifiedHappyPathForwarding() {
281281 sender := suite .chainA .SenderAccounts [0 ].SenderAccount
282282 receiver := suite .chainA .SenderAccounts [1 ].SenderAccount
283283 forwardingPath := types.ForwardingInfo {
284- Hops : []* types.Hop {
284+ Hops : []types.Hop {
285285 {
286286 PortId : path2 .EndpointB .ChannelConfig .PortID ,
287287 ChannelId : path2 .EndpointB .ChannelID ,
@@ -478,7 +478,7 @@ func (suite *KeeperTestSuite) TestAcknowledgementFailureScenario5Forwarding() {
478478 receiver = suite .chainA .SenderAccounts [0 ].SenderAccount // Receiver is the A chain account
479479
480480 forwardingPath := types.ForwardingInfo {
481- Hops : []* types.Hop {
481+ Hops : []types.Hop {
482482 {
483483 PortId : path1 .EndpointB .ChannelConfig .PortID ,
484484 ChannelId : path1 .EndpointB .ChannelID ,
0 commit comments