From ffe902893b6fbdc8a5b870c5d57bc77eace8d021 Mon Sep 17 00:00:00 2001 From: Hongyu Zhou Date: Fri, 4 Aug 2023 16:34:16 -0400 Subject: [PATCH] Update pkg/reflector/download_test.go Co-authored-by: Taylor Brennan --- pkg/reflector/download_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/reflector/download_test.go b/pkg/reflector/download_test.go index d7f3c13a..e7596140 100644 --- a/pkg/reflector/download_test.go +++ b/pkg/reflector/download_test.go @@ -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 {