diff --git a/x/cdp/keeper/interest_test.go b/x/cdp/keeper/interest_test.go index 622283f4..8be41b8f 100644 --- a/x/cdp/keeper/interest_test.go +++ b/x/cdp/keeper/interest_test.go @@ -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 diff --git a/x/community/keeper/grpc_query_test.go b/x/community/keeper/grpc_query_test.go index 6a4b9b28..123e01a7 100644 --- a/x/community/keeper/grpc_query_test.go +++ b/x/community/keeper/grpc_query_test.go @@ -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