Skip to content

Commit 13bd797

Browse files
committed
Fix test expectation
1 parent 933c990 commit 13bd797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

command/v7/unbind_service_command_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ var _ = Describe("unbind-service Command", func() {
293293

294294
It("waits for the event stream to complete", func() {
295295
Expect(testUI.Out).To(SatisfyAll(
296-
Say(`Waiting for the operation to complete\.{3}\n`),
297-
Say(`\n`),
298296
Say(`Deleting service binding %s\.\.\.\n`, fakeBindingGUID),
297+
Say(`Waiting for the operation to complete\.+\n`),
298+
Say(`\n`),
299299
Say(`OK\n`),
300300
))
301301

0 commit comments

Comments
 (0)