diff --git a/tests/integration/common.ts b/tests/integration/common.ts index daf5955be..6ea279184 100644 --- a/tests/integration/common.ts +++ b/tests/integration/common.ts @@ -57,7 +57,7 @@ export async function createNewBill(props?: Partial) { expect(Bill.validate(bill).success).toBeTruthy() - testDb + await testDb .doc(`/generalCourts/${currentGeneralCourt}/bills/${billId}`) .create({ ...bill,