From acbc5044b864936705ff86572e5b092a96b3820f Mon Sep 17 00:00:00 2001 From: Chill Validation <92176880+chillyvee@users.noreply.github.com> Date: Sun, 28 Jan 2024 23:03:32 +0900 Subject: [PATCH] More Happy Function Name Spelling --- x/auction/keeper/proposal_handler_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/auction/keeper/proposal_handler_test.go b/x/auction/keeper/proposal_handler_test.go index 60e72ca6..3e7b53f0 100644 --- a/x/auction/keeper/proposal_handler_test.go +++ b/x/auction/keeper/proposal_handler_test.go @@ -12,7 +12,7 @@ import ( ) // Happy path test for proposal handler -func (suite *KeeperTestSuite) TestHappPathForProposalHandler() { +func (suite *KeeperTestSuite) TestHappyPathForProposalHandler() { ctx, auctionKeeper := suite.ctx, suite.auctionKeeper require := suite.Require() @@ -55,7 +55,7 @@ func (suite *KeeperTestSuite) TestHappPathForProposalHandler() { } // Unhappy path test for proposal handler -func (suite *KeeperTestSuite) TestUnhappPathForProposalHandler() { +func (suite *KeeperTestSuite) TestUnhappyPathForProposalHandler() { ctx, auctionKeeper := suite.ctx, suite.auctionKeeper require := suite.Require()