Skip to content

Commit

Permalink
test assertiong
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Dec 28, 2023
1 parent 0090d2f commit e43672a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x/perp/v2/client/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,10 @@ func (s *IntegrationTestSuite) TestDonateToEcosystemFund() {
resp,
),
)
s.Require().EqualValues(sdk.NewInt64Coin(types.TestingCollateralDenomNUSD, 100), *resp)
s.Require().EqualValues(
sdk.NewInt64Coin(types.TestingCollateralDenomNUSD, 100).String(),
resp.String(),
)
}

func (s *IntegrationTestSuite) TestQueryModuleAccount() {
Expand Down

0 comments on commit e43672a

Please sign in to comment.