You've already forked goreleaser
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user