Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 512a26c

Browse files
johnstcnCopilot
andauthored
Update testutil/names.go
Co-authored-by: Copilot <[email protected]>
1 parent c9b2364 commit 512a26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutil/names.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func GetRandomName(t testing.TB) string {
2626
return incSuffix(name, n.Add(1), maxNameLen)
2727
}
2828

29-
// GetRandomnameHyphenated is as GetRandomName but uses a hyphen "-" instead of
29+
// GetRandomNameHyphenated is as GetRandomName but uses a hyphen "-" instead of
3030
// an underscore.
3131
func GetRandomNameHyphenated(t testing.TB) string {
3232
t.Helper()

0 commit comments

Comments
 (0)