Skip to content

Commit 2a0604f

Browse files
committed
Remove test cleanup code
1 parent f262441 commit 2a0604f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Tests/SteamPressTests/Helpers/TestWorld.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ struct TestWorld {
3030
}
3131

3232
// To work around Vapor 3 dodgy lifecycle mess
33-
mutating func tryAsHardAsWeCanToShutdownApplication() throws {
34-
if let threadPool = try context.app?.make(BlockingIOThreadPool.self) {
35-
try threadPool.syncShutdownGracefully()
36-
}
37-
33+
mutating func tryAsHardAsWeCanToShutdownApplication() throws {
3834
struct ApplicationDidNotGoAway: Error {
3935
var description: String
4036
}

0 commit comments

Comments
 (0)