Improve readability

Signed-off-by: Ryan Russell <ryanrussell@users.noreply.github.com>
This commit is contained in:
Ryan Russell
2022-05-30 09:19:02 -05:00
committed by Ben Johnson
parent 31aa5b34f6
commit 2acdab02c8
3 changed files with 4 additions and 4 deletions

View File

@@ -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()