From c4fc1f6261c22551200e018910e27ab13b99983f Mon Sep 17 00:00:00 2001 From: Nina Barbakadze Date: Fri, 6 Dec 2024 15:36:11 +0100 Subject: [PATCH] chore: remove irrelevant comment --- app/test/prepare_proposal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/prepare_proposal_test.go b/app/test/prepare_proposal_test.go index 9ff1f0cea6..aca70fb7d3 100644 --- a/app/test/prepare_proposal_test.go +++ b/app/test/prepare_proposal_test.go @@ -183,7 +183,7 @@ func TestPrepareProposalFiltering(t *testing.T) { blobfactory.NestedBlobs( t, testfactory.RandomBlobNamespaces(tmrand.NewRand(), 3), - [][]int{{maxTxSize + 1}, {maxTxSize + 1}, {maxTxSize + 1}}, // over 2MiB, equal to 2 MiB, and under 2 MiB + [][]int{{maxTxSize + 1}, {maxTxSize + 1}, {maxTxSize + 1}}, ), )