We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b0cc2 commit 21ba422Copy full SHA for 21ba422
1 file changed
tests/integration/common.ts
@@ -57,7 +57,7 @@ export async function createNewBill(props?: Partial<Bill>) {
57
58
expect(Bill.validate(bill).success).toBeTruthy()
59
60
- testDb
+ await testDb
61
.doc(`/generalCourts/${currentGeneralCourt}/bills/${billId}`)
62
.create({
63
...bill,
0 commit comments