mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: fix typos in test names (#5249)
The PR corrects grammar mistakes in test names.
This commit is contained in:
parent
442f70abd3
commit
1e80f5f5b7
@ -156,7 +156,7 @@ func TestRichText(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestUnmarshall(t *testing.T) {
|
||||
func TestUnmarshal(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
t.Run("happy unmarshal", func(t *testing.T) {
|
||||
|
@ -98,7 +98,7 @@ func TestRunPipe(t *testing.T) {
|
||||
require.Len(t, list, 9)
|
||||
}
|
||||
|
||||
func TestBadTemolate(t *testing.T) {
|
||||
func TestBadTemplate(t *testing.T) {
|
||||
testlib.CheckPath(t, "snapcraft")
|
||||
folder := t.TempDir()
|
||||
dist := filepath.Join(folder, "dist")
|
||||
|
Loading…
x
Reference in New Issue
Block a user