From ecfb9904cf6295ddfbbc971c8659ceff5e0f6e58 Mon Sep 17 00:00:00 2001 From: Stefano Angieri Date: Mon, 28 Oct 2024 14:35:10 +0100 Subject: [PATCH] run gofumpt --- modules/core/04-channel/v2/keeper/msg_server_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/04-channel/v2/keeper/msg_server_test.go b/modules/core/04-channel/v2/keeper/msg_server_test.go index c8895915fcc..eba1ee7f351 100644 --- a/modules/core/04-channel/v2/keeper/msg_server_test.go +++ b/modules/core/04-channel/v2/keeper/msg_server_test.go @@ -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, },