Skip to content

Commit

Permalink
rename++
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Jun 23, 2023
1 parent f7091b6 commit af1c8b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions x/leverage/client/tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func (s *IntegrationTests) TestLeverageScenario() {
},
ExpectedErr: types.ErrLiquidationIneligible,
}
fastLiquidate := itestsuite.TestTransaction{
leveragedLiquidate := itestsuite.TestTransaction{
Name: "liquidate",
Command: cli.GetCmdLeveragedLiquidate(),
Args: []string{
Expand Down Expand Up @@ -493,7 +493,7 @@ func (s *IntegrationTests) TestLeverageScenario() {
// These transactions run after nonzero queries are finished
s.RunTestTransactions(
liquidate,
fastLiquidate,
leveragedLiquidate,
repay,
removeCollateral,
withdraw,
Expand Down
10 changes: 6 additions & 4 deletions x/leverage/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af1c8b4

Please sign in to comment.