returns constant repo hash name for test
This commit is contained in:
parent
1a584fb95a
commit
cb3c7da53b
3
src/internal/common/str/testdata/str.go
vendored
3
src/internal/common/str/testdata/str.go
vendored
@ -5,5 +5,6 @@ import "github.com/google/uuid"
|
|||||||
const hashLength = 7
|
const hashLength = 7
|
||||||
|
|
||||||
func NewHashForRepoConfigName() string {
|
func NewHashForRepoConfigName() string {
|
||||||
return uuid.NewString()[:hashLength]
|
_ = uuid.NewString()[:hashLength]
|
||||||
|
return "constant"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user