mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
refactor: improve method name
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
cc2805b801
commit
a33a1871b0
@ -32,7 +32,7 @@ func setup(tb testing.TB) string {
|
||||
folder := tb.TempDir()
|
||||
require.NoError(tb, os.Chdir(folder))
|
||||
|
||||
createGoreleaserYaml(tb)
|
||||
createGoReleaserYaml(tb)
|
||||
createMainGo(tb)
|
||||
goModInit(tb)
|
||||
testlib.GitInit(tb)
|
||||
@ -66,7 +66,7 @@ go 1.20
|
||||
`)
|
||||
}
|
||||
|
||||
func createGoreleaserYaml(tb testing.TB) {
|
||||
func createGoReleaserYaml(tb testing.TB) {
|
||||
tb.Helper()
|
||||
yaml := `build:
|
||||
binary: fake
|
||||
|
Loading…
Reference in New Issue
Block a user