Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisoz committed May 16, 2023
1 parent 95fe5a5 commit 9461fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/k8s/persistent_volume_claim.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func WaitUntilPersistentVolumeClaimInStatus(t testing.TestingT, options *Kubectl
require.NoError(t, WaitUntilPersistentVolumeClaimInStatusE(t, options, pvcName, pvcStatusPhase, retries, sleepBetweenRetries))
}

// WaitUntilPersistentVolumeClaimInStatus waits until the given PersistentVolumeClaim is the given status phase,
// WaitUntilPersistentVolumeClaimInStatusE waits until the given PersistentVolumeClaim is the given status phase,
// retrying the check for the specified amount of times, sleeping
// for the provided duration between each try.
// This will fail the test if there is an error.
Expand Down

0 comments on commit 9461fc6

Please sign in to comment.