Skip to content

Commit

Permalink
should use constants
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Nov 1, 2023
1 parent 247617b commit f6d3cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/interchainstaking/keeper/delegation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ func (suite *KeeperTestSuite) TestFlushOutstandingDelegations() {
func (suite *KeeperTestSuite) TestPerformanceDelegation() {
quicksilver := suite.GetQuicksilverApp(suite.chainA)
ctx := suite.chainA.GetContext()
chainID := "quicksilver-1"
const chainID = "quicksilver-1"

// Set zone
quicksilver.InterchainstakingKeeper.SetZone(ctx, &icstypes.Zone{
Expand Down

0 comments on commit f6d3cbc

Please sign in to comment.