1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +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
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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) {