Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Jun 4, 2024
1 parent f0ff393 commit db79bac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/stretchr/testify/require"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/types/errors"

"github.com/stretchr/testify/suite"

Expand Down Expand Up @@ -309,7 +308,6 @@ func (s *IntegrationTestSuite) TestEmptyBlock() {
}
}

// TestSubmitPayForBlob_blobSizes verifies the tx respons
func mustNewBlob(t *testing.T, blobSize int) *tmproto.Blob {
ns1 := appns.MustNewV0(bytes.Repeat([]byte{1}, appns.NamespaceVersionZeroIDSize))
data := tmrand.Bytes(blobSize)
Expand Down

0 comments on commit db79bac

Please sign in to comment.