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:
parent
9c773d6d6b
commit
cd7edb7a2e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user