Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybrown-sf committed Jan 31, 2025
1 parent 7bf3e01 commit 0a491e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ func testBuild(t *testing.T, when spec.G, it spec.S) {
})

it("warning", func() {
subject.version = "0.37.0"
err := subject.Build(context.TODO(), BuildOptions{
Image: "some/app",
Builder: defaultBuilderName,
Expand Down

0 comments on commit 0a491e4

Please sign in to comment.