From db79bac7cf53bed4695102f9128d708d92b05ddf Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Tue, 4 Jun 2024 12:35:03 +0200 Subject: [PATCH] style: lint --- app/test/integration_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/test/integration_test.go b/app/test/integration_test.go index fb593c408d..dfac9b3574 100644 --- a/app/test/integration_test.go +++ b/app/test/integration_test.go @@ -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" @@ -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)