1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

chore: fix typo

This commit is contained in:
Carlos A Becker
2022-04-11 23:58:39 -03:00
parent 9c773d6d6b
commit cd7edb7a2e

View File

@@ -46,7 +46,7 @@ func requireHeader(t *testing.T, r *http.Request, header, want string) {
require.Equal(t, want, r.Header.Get(header))
}
// TODO: improve all tests below by checking wether the mocked handlers
// TODO: improve all tests below by checking whether the mocked handlers
// were called or not.
func TestRunPipe_ModeBinary(t *testing.T) {