Skip to content

Commit c272a37

Browse files
committed
chore: fix test db name
1 parent cc3cd8c commit c272a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/tests/issue-1955.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('issue 1955', () => {
4040
);
4141
} finally {
4242
await _prisma.$disconnect();
43-
await dropPostgresDb('issue-1955');
43+
await dropPostgresDb('issue-1955-1');
4444
}
4545
});
4646

0 commit comments

Comments
 (0)