Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki committed Jul 30, 2023
1 parent 78cd2e7 commit e48b35c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/leverage/client/tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ func (s *IntegrationTests) TestLeverageScenario() {
ErrMsg: "",
},
{
Name: "query special asset pairs",
Command: cli.GetCmdQuerySpecialAssetPairs(),
Name: "query special assets",
Command: cli.GetCmdQuerySpecialAssets(),
Args: []string{"uumee"},
Response: &types.QuerySpecialAssetPairsResponse{},
ExpectedResponse: &types.QuerySpecialAssetPairsResponse{
Response: &types.QuerySpecialAssetsResponse{},
ExpectedResponse: &types.QuerySpecialAssetsResponse{
Pairs: []types.SpecialAssetPair{},
},
ErrMsg: "",
Expand Down

0 comments on commit e48b35c

Please sign in to comment.