Skip to content

Commit

Permalink
Merge branch 'gh-411' of https://github.com/philwebb/cli into phillweb
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal committed Nov 18, 2015
2 parents 54eef79 + a67df0d commit 72b76c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf/app_files/zipper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ var _ = Describe("Zipper", func() {

fileSize, err := zipper.GetZipSize(file)
Expect(err).NotTo(HaveOccurred())
Expect(fileSize).To(Equal(int64(1803)))
Expect(fileSize).To(Equal(int64(1842)))
})

It("returns an error if the zip file cannot be found", func() {
Expand Down
Binary file modified fixtures/applications/example-app.zip
Binary file not shown.

0 comments on commit 72b76c8

Please sign in to comment.