Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Fix broken stage test
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine committed May 15, 2017
1 parent 66e4de7 commit 80afb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf/cmd/stage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var _ = Describe("Stage", func() {
}

mockConfig.EXPECT().Load().Return(localYML, nil)
mockFS.EXPECT().Tar(".").Return(appTar, nil)
mockFS.EXPECT().TarApp(".").Return(appTar, nil)
mockApp.EXPECT().Services("some-service-app").Return(services, nil)
mockApp.EXPECT().Forward("some-forward-app", services).Return(forwardedServices, forwardConfig, nil)
mockFS.EXPECT().OpenFile("./.some-app.cache").Return(cache, int64(100), nil)
Expand Down

0 comments on commit 80afb7d

Please sign in to comment.