Skip to content

Commit

Permalink
chore: fix mismatched method comments (#1949)
Browse files Browse the repository at this point in the history
Signed-off-by: rustco <ruster@111.com>
  • Loading branch information
rustco authored Jun 20, 2024
1 parent 38230d3 commit 9aef8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/cdp/keeper/interest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ func (suite *InterestTestSuite) TestMultipleCDPInterest() {
}
}

// TestSynchronizeInterest tests the functionality of synchronizing the accumulated interest for CDPs
// TestCalculateCDPInterest tests the functionality of synchronizing the accumulated interest for CDPs
func (suite *InterestTestSuite) TestCalculateCDPInterest() {
type args struct {
ctype string
Expand Down
2 changes: 1 addition & 1 deletion x/community/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (suite *grpcQueryTestSuite) TestGrpcQueryAnnualizedRewards() {
}
}

// adjustBondRatio changes the ratio of bonded coins
// adjustBondedRatio changes the ratio of bonded coins
// it leverages the fact that there is a constant number of bonded tokens
// and adjusts the total supply to make change the bonded ratio.
// returns the new total supply of the bond denom
Expand Down

0 comments on commit 9aef8e4

Please sign in to comment.