Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Diehl <[email protected]>
  • Loading branch information
owen-d committed Feb 2, 2024
1 parent 515915e commit 3aa6abe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ func Test_blockDownloader_extractBlock(t *testing.T) {
}

err = extractBlock(block.Data, workingDir, nil)
require.NoError(t, err)

require.FileExists(t, filepath.Join(workingDir, v1.BloomFileName))
require.FileExists(t, filepath.Join(workingDir, v1.SeriesFileName))
Expand Down

0 comments on commit 3aa6abe

Please sign in to comment.