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 cc3cd8c commit c272a37Copy full SHA for c272a37
tests/regression/tests/issue-1955.test.ts
@@ -40,7 +40,7 @@ describe('issue 1955', () => {
40
);
41
} finally {
42
await _prisma.$disconnect();
43
- await dropPostgresDb('issue-1955');
+ await dropPostgresDb('issue-1955-1');
44
}
45
});
46
0 commit comments