@@ -299,9 +299,9 @@ var _ = Describe("service command", func() {
299299 It ("prints the bound apps table" , func () {
300300 Expect (testUI .Out ).To (SatisfyAll (
301301 Say (`Showing bound apps:\n` ),
302- Say (` name\s+guid\s+ binding name\s+status\s+created_at \s+message \n` ),
303- Say (` app-1\s+guid-1\s+ named-binding\s+create succeeded\s+created-at- 1\s+great \n` ),
304- Say (` app-2\s+guid-2\s+ update failed\s+created-at- 2\s+sorry \n` ),
302+ Say (` name\s+binding name\s+status\s+message \s+guid\s+created_at \n` ),
303+ Say (` app-1\s+named-binding\s+create succeeded\s+great\s+guid- 1\s+created-at-1 \n` ),
304+ Say (` app-2\s+update failed\s+sorry\s+guid- 2\s+created-at-2 \n` ),
305305 ))
306306 })
307307 })
@@ -747,10 +747,10 @@ var _ = Describe("service command", func() {
747747 It ("prints the bound apps table" , func () {
748748 Expect (testUI .Out ).To (SatisfyAll (
749749 Say (`Showing bound apps:\n` ),
750- Say (`name\s+guid\s+ binding name\s+status\s+created_at \s+message \n` ),
751- Say (`app-1\s+guid-3\s+ named-binding\s+create succeeded\s+created-at-2\s+great \n` ),
752- Say (`app-1\s+guid-1\s+ named-binding\s+create succeeded\s+created-at- 1\s+great \n` ),
753- Say (`app-2\s+guid-2\s+ update failed\s+created-at- 2\s+sorry \n` ),
750+ Say (`name\s+binding name\s+status\s+message \s+guid\s+created_at \n` ),
751+ Say (`app-1\s+named-binding\s+create succeeded\s+great\s+guid-3\s+ created-at-2\n` ),
752+ Say (`app-1\s+named-binding\s+create succeeded\s+great\s+guid- 1\s+created-at-1 \n` ),
753+ Say (`app-2\s+update failed\s+sorry\s+guid- 2\s+created-at-2 \n` ),
754754 ))
755755 })
756756 })
0 commit comments