Skip to content

Commit ffe9028

Browse files
Update pkg/reflector/download_test.go
Co-authored-by: Taylor Brennan <[email protected]>
1 parent 993986d commit ffe9028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reflector/download_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
// Verifies error handling behavior when downloading from s3 fails.
2323
// Specifically, the supervisor is allowed to create a new LDB if
2424
// a 404 is received from S3, and other errors from S3 are able
25-
// to be retired. These behaviors result from the kind of error
25+
// to be retried. These behaviors result from the kind of error
2626
// that s3Downloader.DownloadTo(writer) returns.
2727
func TestS3DownloadErrors(t *testing.T) {
2828
for _, test := range []struct {

0 commit comments

Comments
 (0)