Skip to content

Commit

Permalink
Remove unused unit test check
Browse files Browse the repository at this point in the history
  • Loading branch information
natebeauregard committed Nov 12, 2024
1 parent 3c5deb9 commit b4c3c8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/rollup/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ func (s *KeeperTestSuite) TestUpdateParams() {
authority sdk.AccAddress
params types.Params
shouldError bool
errorMsg string
}{
"valid authority with valid params": {
authority: authority,
Expand Down Expand Up @@ -319,7 +318,6 @@ func (s *KeeperTestSuite) TestUpdateParams() {
if test.shouldError {
s.Require().Error(err)
s.Require().Nil(resp)
s.Require().Contains(err.Error(), test.errorMsg)
} else {
s.Require().NoError(err)
s.Require().NotNil(resp)
Expand Down

0 comments on commit b4c3c8e

Please sign in to comment.