From 5891a1cd4c98a48110d2a8d5df4508659fd31a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Mon, 6 May 2024 18:10:21 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jakub Warczarek --- test/e2e/environment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/environment.go b/test/e2e/environment.go index d25536192..1ca83a263 100644 --- a/test/e2e/environment.go +++ b/test/e2e/environment.go @@ -113,7 +113,7 @@ func WithInstallViaKustomize() TestEnvOption { var loggerOnce sync.Once // CreateEnvironment creates a new independent testing environment for running isolated e2e test. -// When running with helm caller is responsible for cleaning up the environment. +// When running with Helm, the caller is responsible for cleaning up the environment. func CreateEnvironment(t *testing.T, ctx context.Context, opts ...TestEnvOption) TestEnvironment { t.Helper()