Skip to content

Commit c117336

Browse files
committed
trigger rerun again
1 parent 63c021a commit c117336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/db-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export async function cleanupDb(prisma: PrismaClient) {
147147
try {
148148
await prisma.$executeRawUnsafe(`${statement};`)
149149
} catch (error) {
150-
//trigger CI rerun
151150
console.error(`Failed to execute statement: ${statement}`, error)
152151
throw error
153152
}

0 commit comments

Comments
 (0)