Skip to content

Commit

Permalink
fix: release scripts fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarno committed Dec 6, 2024
1 parent e88e5df commit 867cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/index/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (m mockPreviewData) Duration() time.Duration {
return 0
}


//nolint:ireturn
func (mock mockPreviewGenerator) Pull(_ preview.Source) (preview.Data, error) {
return mockPreviewData{data: mock.sampleData}, nil
}
Expand Down

0 comments on commit 867cfa3

Please sign in to comment.