mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
test: fix
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
03622ab59c
commit
e7ceead889
@ -409,7 +409,7 @@ func TestExtra(t *testing.T) {
|
||||
|
||||
t.Run("unmarshal error", func(t *testing.T) {
|
||||
_, err := Extra[config.Docker](a, "fail-plz")
|
||||
require.EqualError(t, err, "json: unknown field \"tap\"")
|
||||
require.EqualError(t, err, "json: unknown field \"repository\"")
|
||||
})
|
||||
|
||||
t.Run("marshal error", func(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user