Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Warczarek <[email protected]>
  • Loading branch information
pmalek and programmer04 authored May 6, 2024
1 parent 89b1a7f commit 5891a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5891a1c

Please sign in to comment.