Skip to content

Commit 63a15da

Browse files
author
Kenichi Omichi
committed
Fix non-ascii characters in test/e2e/storage
These characters are changed unintentionally if other parts of these files are changed. It is better to fix them to avoid that.
1 parent 64ba0bf commit 63a15da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/storage/empty_dir_wrapper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ var _ = utils.SIGDescribe("EmptyDir wrapper volumes", func() {
193193

194194
// Slow by design [~150 Seconds].
195195
// This test uses deprecated GitRepo VolumeSource so it MUST not be promoted to Conformance.
196-
// To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pods container.
196+
// To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.
197197
// This projected volume maps approach can also be tested with secrets and downwardapi VolumeSource but are less prone to the race problem.
198198
ginkgo.It("should not cause race condition when used for git_repo [Serial] [Slow]", func() {
199199
gitURL, gitRepo, cleanup := createGitServer(f)

test/e2e/storage/testsuites/base_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// intersection of the intervals (if it exists) and return the minimum of the intersection
2727
// to be used as the claim size for the test.
2828
// if value not set, that means there's no minimum or maximum size limitation and we set default size for it.
29-
// Considerate all corner case as followed
29+
// Considerate all corner case as followed:
3030
// first: A,B is regular value and ? means unspecified
3131
// second: C,D is regular value and ? means unspecified
3232
// ----------------------------------------------------------------

0 commit comments

Comments
 (0)