Skip to content

Commit

Permalink
make function name more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Jul 18, 2023
1 parent b06bdb4 commit 077a371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/protorev/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ func (s *KeeperTestSuite) setUpPools() {
s.Require().NoError(err)
}

func (s *KeeperTestSuite) CreateCLPoolAndArbRouteWithManyTicks() {
func (s *KeeperTestSuite) CreateCLPoolAndArbRouteWith_28000_Ticks() {
// Create the CL pool
clPool := s.PrepareCustomConcentratedPool(s.TestAccs[2], "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", "uosmo", 100, sdk.NewDecWithPrec(2, 3))
fundCoins := sdk.NewCoins(sdk.NewCoin("uosmo", sdk.NewInt(1000000000000000000)), sdk.NewCoin("ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", sdk.NewInt(1000000000000000000)))
Expand Down
2 changes: 1 addition & 1 deletion x/protorev/keeper/posthandler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ func (s *KeeperTestSuite) TestAnteHandle() {
}

if strings.Contains(tc.name, "Concentrated Liquidity") {
s.CreateCLPoolAndArbRouteWithManyTicks()
s.CreateCLPoolAndArbRouteWith_28000_Ticks()
}

protoRevDecorator := keeper.NewProtoRevDecorator(*s.App.ProtoRevKeeper)
Expand Down

0 comments on commit 077a371

Please sign in to comment.