From 2daac52df7e59e2fd7e5339d712e3321f36f4844 Mon Sep 17 00:00:00 2001 From: claire labry Date: Wed, 26 Oct 2022 12:40:53 -0500 Subject: [PATCH] Update get_gcs_test.go Co-authored-by: Kent 'picat' Gruber --- get_gcs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_gcs_test.go b/get_gcs_test.go index 78e722d22..c562c8c35 100644 --- a/get_gcs_test.go +++ b/get_gcs_test.go @@ -8,7 +8,7 @@ import ( "testing" ) -//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 GCS test suite, you will only be able to be run // in GitHub Actions when you open a PR. func TestGCSGetter_impl(t *testing.T) {