Skip to content

Commit

Permalink
style gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Feb 16, 2021
1 parent 3dc4335 commit b748222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func testBuildCommand(t *testing.T, when spec.G, it spec.S) {
command.SetArgs([]string{"--builder", "my-builder", "image"})
h.AssertNil(t, command.Execute())
})

it("builds an image with a builder short command arg", func() {
mockClient.EXPECT().
Build(gomock.Any(), EqBuildOptionsWithImage("my-builder", "image")).
Expand Down

0 comments on commit b748222

Please sign in to comment.