From 95c5f2d069aa35b144090709230d724b3a871bd4 Mon Sep 17 00:00:00 2001 From: claire labry Date: Wed, 26 Oct 2022 12:40:47 -0500 Subject: [PATCH] Update get_s3_test.go Co-authored-by: Kent 'picat' Gruber --- get_s3_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_s3_test.go b/get_s3_test.go index d9749fc9d..7b2425404 100644 --- a/get_s3_test.go +++ b/get_s3_test.go @@ -9,7 +9,7 @@ import ( "github.com/aws/aws-sdk-go/aws/awserr" ) -//Note for external contributors: In order to run the GCS test suite, you will only be able to be run +// Note for external contributors: In order to run the S3 test suite, you will only be able to be run // in GitHub Actions when you open a PR. func TestS3Getter_impl(t *testing.T) {