Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b2364 commit 512a26cCopy full SHA for 512a26c
testutil/names.go
@@ -26,7 +26,7 @@ func GetRandomName(t testing.TB) string {
26
return incSuffix(name, n.Add(1), maxNameLen)
27
}
28
29
-// GetRandomnameHyphenated is as GetRandomName but uses a hyphen "-" instead of
+// GetRandomNameHyphenated is as GetRandomName but uses a hyphen "-" instead of
30
// an underscore.
31
func GetRandomNameHyphenated(t testing.TB) string {
32
t.Helper()
0 commit comments