Skip to content

Commit

Permalink
Merge pull request #462 from buildpacks/fix/acceptance-tests
Browse files Browse the repository at this point in the history
Fix: Set previous pack fixture path
  • Loading branch information
natalieparellano authored Jan 21, 2020
2 parents 589d997 + 852b3b1 commit 1a4f907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestAcceptance(t *testing.T) {
t.Fatal(err)
}

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

Expand Down Expand Up @@ -172,7 +172,7 @@ pack:
create builder:
|__ pack path: %s
|__ builder toml: %s
|__ pack fixtures: %s
lifecycle:
|__ path: %s
Expand Down

0 comments on commit 1a4f907

Please sign in to comment.