Improve readability
Signed-off-by: Ryan Russell <ryanrussell@users.noreply.github.com>
This commit is contained in:
committed by
Ben Johnson
parent
31aa5b34f6
commit
2acdab02c8
@@ -383,7 +383,7 @@ func testWALDownloader(t *testing.T, parallelism int) {
|
||||
}
|
||||
})
|
||||
|
||||
// Ensure a gap in indicies returns an error.
|
||||
// Ensure a gap in indices returns an error.
|
||||
t.Run("ErrMissingMiddleIndex", func(t *testing.T) {
|
||||
testDir := filepath.Join("testdata", "wal-downloader", "missing-middle-index")
|
||||
tempDir := t.TempDir()
|
||||
|
||||
Reference in New Issue
Block a user