Skip to content

Commit

Permalink
Fix rebuild layer unit test
Browse files Browse the repository at this point in the history
[#161557168]

Co-authored-by: An Yu <[email protected]>
  • Loading branch information
kardolus and anyu committed Oct 31, 2018
1 parent dd5878f commit c1b7bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/npm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func testNpm(t *testing.T, when spec.G, it spec.S) {
})

it("rebuilds in dst", func() {
mockRunner.EXPECT().Run(cacheLayer, "rebuild").Times(1)
mockRunner.EXPECT().Run(appRoot, "rebuild").Times(1)

err = Npm.RebuildLayer(appRoot, cacheLayer)
Expect(err).To(BeNil())
Expand Down

0 comments on commit c1b7bcf

Please sign in to comment.