Skip to content

Commit

Permalink
Fix: Set previous pack fixture path
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Romero <[email protected]>
Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
jromero authored and natalieparellano committed Jan 21, 2020
1 parent 589d997 commit 852b3b1
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 852b3b1

Please sign in to comment.