Autogenerated from git://github.com/vapor/template.git@ac1d0a2f916fe92ae877b74ec82875d18e55496e

This commit is contained in:
Penny[bot] 2024-12-09 22:12:30 +00:00
parent 62a909405f
commit c6419a32ed

View File

@ -14,6 +14,7 @@ struct AppTests {
try await app.autoRevert()
}
catch {
try? await app.autoRevert()
try await app.asyncShutdown()
throw error
}