Skip to content

Commit 6e25408

Browse files
authored
chore: fix duplicate function comment in block/retriever_da_test.go (#2630)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> fix duplicate function comment in block/retriever_da_test.go Signed-off-by: keeghcet <[email protected]>
1 parent cacd3c9 commit 6e25408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/retriever_da_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func setupManagerForRetrieverTest(t *testing.T, initialDAHeight uint64) (*daRetr
4242
)
4343
}
4444

45-
// setupManagerForRetrieverTest initializes a Manager with mocked dependencies.
45+
// setupManagerForRetrieverTestWithConfig initializes a Manager with mocked dependencies and custom configuration.
4646
func setupManagerForRetrieverTestWithConfig(t *testing.T, initialDAHeight uint64, cfg config.Config) (*daRetriever, *Manager, *rollmocks.MockDA, *rollmocks.MockStore, *cache.Cache[types.SignedHeader], *cache.Cache[types.Data], context.CancelFunc) {
4747
t.Helper()
4848
mockDAClient := rollmocks.NewMockDA(t)

0 commit comments

Comments
 (0)