Skip to content

Commit

Permalink
run gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
sangier committed Oct 28, 2024
1 parent 3891f7e commit ecfb990
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/core/04-channel/v2/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func (suite *KeeperTestSuite) TestMsgSendPacket() {
// ensure a message timeout.
timeoutTimestamp = uint64(suite.chainA.GetContext().BlockTime().Unix()) + channeltypesv2.MaxTimeout - 10
expectedPacket = channeltypesv2.NewPacket(1, path.EndpointA.ChannelID, path.EndpointB.ChannelID, timeoutTimestamp, payload)

},
expError: nil,
},
Expand Down

0 comments on commit ecfb990

Please sign in to comment.