Skip to content

Commit

Permalink
Revert "Revert "Fix ordering problem in afterEach""
Browse files Browse the repository at this point in the history
This reverts commit a23d75c.

Signed-off-by: Matt Royal <[email protected]>
  • Loading branch information
tcdowney authored and matt-royal committed Jun 1, 2017
1 parent a23d75c commit 705282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/recursive_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ var _ = ServicesDescribe("Recursive Delete", func() {
Expect(cf.Cf("delete-service", instanceName, "-f").Wait(Config.DefaultTimeoutDuration())).To(Exit(0))
Expect(cf.Cf("delete-space", spaceName, "-f").Wait(Config.DefaultTimeoutDuration())).To(Exit(0))
}
Expect(cf.Cf("delete-quota", "-f", quotaName).Wait(TestSetup.ShortTimeout())).To(Exit(0))
Expect(cf.Cf("delete-org", orgName, "-f").Wait(Config.DefaultTimeoutDuration())).To(Exit(0))
Expect(cf.Cf("delete-quota", "-f", quotaName).Wait(TestSetup.ShortTimeout())).To(Exit(0))
}
})
})
Expand Down

0 comments on commit 705282a

Please sign in to comment.