From 24a2055fd6b4d4d1f5d8d1f135908778a02c5c04 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 24 May 2024 11:32:08 +0530 Subject: [PATCH] Correct codespell tests Signed-off-by: Humble Chirammal --- pkg/controller/controller_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/controller/controller_test.go b/pkg/controller/controller_test.go index 14c583ad51..d84ffae2ca 100644 --- a/pkg/controller/controller_test.go +++ b/pkg/controller/controller_test.go @@ -598,7 +598,7 @@ func fakeClaim(name, namespace, claimUID string, capacity int64, boundToVolume s case "filesystem": claim.Spec.VolumeMode = &volumeModeFileSystem default: - // leave it undefined/nil to maintaint the current defaults for test cases + // leave it undefined/nil to maintain the current defaults for test cases } return &claim } @@ -5637,7 +5637,7 @@ func generatePVCForProvisionFromPVC(srcNamespace, srcName, scName string, reques case "filesystem": provisionRequest.PVC.Spec.VolumeMode = &volumeModeFileSystem default: - // leave it undefined/nil to maintaint the current defaults for test cases + // leave it undefined/nil to maintain the current defaults for test cases } return provisionRequest @@ -5684,7 +5684,7 @@ func generatePVCForProvisionFromXnsdataSource(scName, namespace string, dataSour case "filesystem": provisionRequest.PVC.Spec.VolumeMode = &volumeModeFileSystem default: - // leave it undefined/nil to maintaint the current defaults for test cases + // leave it undefined/nil to maintain the current defaults for test cases } return provisionRequest