1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Remove test throw in installation backfill

This commit is contained in:
Rory Powell 2022-06-13 22:04:20 +01:00
parent 0ba1292884
commit 6b3d301fcf

View file

@ -43,7 +43,6 @@ export const run = async () => {
)
})
await events.backfill.installationSucceeded()
throw new Error("fail")
} catch (e) {
handleError(e)
await events.backfill.installationFailed(e)