Skip to content

Commit b24e995

Browse files
committed
Fix db integration test failure
1 parent 1058908 commit b24e995

File tree

1 file changed

+1
-0
lines changed
  • servers/curated-corpus-api/src/test/helpers

1 file changed

+1
-0
lines changed

servers/curated-corpus-api/src/test/helpers/clearDb.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ export async function clearDb(prisma: PrismaClient): Promise<void> {
1616
await prisma.trustedDomain.deleteMany({});
1717
await prisma.scheduleReview.deleteMany({});
1818
await prisma.excludedDomain.deleteMany({});
19+
await prisma.publisherDomain.deleteMany({});
1920
}

0 commit comments

Comments
 (0)