Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Jan 14, 2023
1 parent c50176a commit 49c7f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (s *IntegrationTestSuite) TestQuerier_AccountSummary() {
BorrowedValue: sdk.ZeroDec(),
// (1000) * 4.21 * 0.25 = 1052.5
BorrowLimit: sdk.MustNewDecFromStr("1052.5"),
// (1000) * 4.21 * 0.25 = 1052.5
// Nothing borrowed
HistoricBorrowedValue: sdk.ZeroDec(),
// (1000) * 4.21 * 0.25 = 1052.5
HistoricBorrowLimit: sdk.MustNewDecFromStr("1052.5"),
Expand Down

0 comments on commit 49c7f50

Please sign in to comment.