Skip to content

Commit

Permalink
remove test case that is checked in validate basic
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed May 15, 2024
1 parent 50255ba commit 5b839f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions x/msgfees/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,6 @@ func (s *MsgServerTestSuite) TestUpdateNhashPerUsdMilProposal() {
},
errorMsg: `expected cosmos10d07y265gmmuvt4z0w9aw880jnsr700j6zn9kn got : expected gov account as only signer for proposal message`,
},
{
name: "invalid NhashPerUsdMil amount",
msg: types.MsgUpdateNhashPerUsdMilProposalRequest{
NhashPerUsdMil: 0,
Authority: "cosmos10d07y265gmmuvt4z0w9aw880jnsr700j6zn9kn",
},
errorMsg: `nhash per usd mil must be greater than 0`,
},
{
name: "successful",
msg: types.MsgUpdateNhashPerUsdMilProposalRequest{
Expand Down

0 comments on commit 5b839f9

Please sign in to comment.