Remove test throw in installation backfill
This commit is contained in:
parent
226610d692
commit
a826aacbcb
|
@ -43,7 +43,6 @@ export const run = async () => {
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
await events.backfill.installationSucceeded()
|
await events.backfill.installationSucceeded()
|
||||||
throw new Error("fail")
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
handleError(e)
|
handleError(e)
|
||||||
await events.backfill.installationFailed(e)
|
await events.backfill.installationFailed(e)
|
||||||
|
|
Loading…
Reference in New Issue