Skip to content

Commit

Permalink
Fix one more unit
Browse files Browse the repository at this point in the history
Signed-off-by: Natalie Arellano <narellano@vmware.com>
  • Loading branch information
natalieparellano committed Jul 9, 2024
1 parent c0dc4ac commit 6c7895a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phase/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ func testBuilder(t *testing.T, when spec.G, it spec.S) {
executor.EXPECT().Build(*bpA, gomock.Any(), gomock.Any()).DoAndReturn(
func(_ buildpack.BpDescriptor, inputs buildpack.BuildInputs, logger llog.Logger) (buildpack.BuildOutputs, error) {
h.AssertContains(t, inputs.TargetEnv, "CNB_TARGET_ARCH=amd64")
h.AssertContains(t, inputs.TargetEnv, "CNB_TARGET_ARCH_VARIANT=")
h.AssertContains(t, inputs.TargetEnv, "CNB_TARGET_OS=linux")
return buildpack.BuildOutputs{}, nil
},
Expand Down

0 comments on commit 6c7895a

Please sign in to comment.