Skip to content

Commit aaa7a15

Browse files
committed
fix(releases_test.go): fix build
1 parent 1fa5140 commit aaa7a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_tests/releases_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var _ = Describe("Releases", func() {
1616
It("can deploy the app", func() {
1717
output, err := execute("deis pull deis/example-go -a %s", appName)
1818
Expect(err).To(BeNil())
19-
Expect(output).To(ContainSubstring(HavePrefix("Creating build... done")))
19+
Expect(output).To(ContainSubstring("Creating build... done"))
2020
})
2121
})
2222

0 commit comments

Comments
 (0)