Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzzzzzzz committed Dec 11, 2023
1 parent c054e89 commit 98c4e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/hooks/host_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestRun(t *testing.T) {
}
var buf bytes.Buffer
err := test.hook.run(context.Background(), nil, &buf)
t.CheckNoError(err)
t.CheckError(test.shouldErr, err)
t.CheckDeepEqual(test.expected, buf.String())
})
}
Expand Down

0 comments on commit 98c4e5a

Please sign in to comment.