Skip to content

Commit 21ba422

Browse files
fix: add a missing await in tests/integration/common (codeforboston#2074)
1 parent 86b0cc2 commit 21ba422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function createNewBill(props?: Partial<Bill>) {
5757

5858
expect(Bill.validate(bill).success).toBeTruthy()
5959

60-
testDb
60+
await testDb
6161
.doc(`/generalCourts/${currentGeneralCourt}/bills/${billId}`)
6262
.create({
6363
...bill,

0 commit comments

Comments
 (0)