Skip to content

Commit

Permalink
chore: remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Dec 6, 2024
1 parent 4943be3 commit c4fc1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/prepare_proposal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
),
)

Expand Down

0 comments on commit c4fc1f6

Please sign in to comment.