Skip to content

Commit 1a4f907

Browse files
Merge pull request #462 from buildpacks/fix/acceptance-tests
Fix: Set previous pack fixture path
2 parents 589d997 + 852b3b1 commit 1a4f907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acceptance/acceptance_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func TestAcceptance(t *testing.T) {
9696
t.Fatal(err)
9797
}
9898

99-
tmpPreviousPackFixturesPath, err := ioutil.TempDir("", "previous-pack-fixtures")
99+
tmpPreviousPackFixturesPath, err = ioutil.TempDir("", "previous-pack-fixtures")
100100
h.AssertNil(t, err)
101101
defer os.RemoveAll(tmpPreviousPackFixturesPath)
102102

@@ -172,7 +172,7 @@ pack:
172172
173173
create builder:
174174
|__ pack path: %s
175-
|__ builder toml: %s
175+
|__ pack fixtures: %s
176176
177177
lifecycle:
178178
|__ path: %s

0 commit comments

Comments
 (0)