Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Nov 10, 2023
1 parent 41f14be commit b210932
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions x/feemarket/keeper/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ func (s *KeeperTestSuite) TestInitGenesis() {
})
})

s.Run("0 bytes plugin bytes should panic", func() {
gs := types.GenesisState{
Plugin: make([]byte, 0),
Params: types.Params{
Enabled: true,
},
}

s.Require().Panics(func() {
s.feemarketKeeper.InitGenesis(s.ctx, gs)
})
})

s.Run("invalid plugin bytes should panic if module enabled", func() {
gs := types.GenesisState{
Plugin: []byte("invalid"),
Expand Down

0 comments on commit b210932

Please sign in to comment.