Skip to content

Commit

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

Signed-off-by: Tim Downey <[email protected]>
  • Loading branch information
matt-royal authored and tcdowney committed Jun 1, 2017
1 parent e6b868e commit a23d75c
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-org", orgName, "-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))
}
})
})
Expand Down

0 comments on commit a23d75c

Please sign in to comment.