Skip to content

Commit

Permalink
Update pkg/reflector/download_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Brennan <[email protected]>
  • Loading branch information
2 people authored and Hongyu Zhou committed Aug 9, 2023
1 parent c3db531 commit 4e29a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reflector/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
// Verifies error handling behavior when downloading from s3 fails.
// Specifically, the supervisor is allowed to create a new LDB if
// a 404 is received from S3, and other errors from S3 are able
// to be retired. These behaviors result from the kind of error
// to be retried. These behaviors result from the kind of error
// that s3Downloader.DownloadTo(writer) returns.
func TestS3DownloadErrors(t *testing.T) {
for _, test := range []struct {
Expand Down

0 comments on commit 4e29a07

Please sign in to comment.