Skip to content

Commit

Permalink
Test to reproduce gh-411
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Apr 14, 2015
1 parent 97d5833 commit a67df0d
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 @@ -158,7 +158,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 a67df0d

Please sign in to comment.