Skip to content

Commit

Permalink
chore: fix test db name (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Jan 13, 2025
1 parent cc3cd8c commit 9a55cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/tests/issue-1955.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('issue 1955', () => {
);
} finally {
await _prisma.$disconnect();
await dropPostgresDb('issue-1955');
await dropPostgresDb('issue-1955-1');
}
});

Expand Down

0 comments on commit 9a55cbc

Please sign in to comment.