Skip to content

Commit

Permalink
remove blobstream test
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Mar 15, 2024
1 parent ab2d896 commit e1e80cb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions x/paramfilter/test/gov_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,6 @@ func (suite *GovParamsTestSuite) TestModifiableParams() {
assert.Equal(want, got)
},
},
{
"blobstream.DataCommitmentWindow",
testProposal(proposal.ParamChange{
Subspace: bsmoduletypes.ModuleName,
Key: string(bsmoduletypes.ParamsStoreKeyDataCommitmentWindow),
Value: `"10000"`,
}),
func() {
got := suite.app.BlobstreamKeeper.GetParams(suite.ctx).DataCommitmentWindow
want := uint64(10000)
assert.Equal(want, got)
},
},
{
"consensus.block",
testProposal(proposal.ParamChange{
Expand Down

0 comments on commit e1e80cb

Please sign in to comment.