Skip to content

Commit 5cd7682

Browse files
committed
exclude the mongodb form testing the placeholder
1 parent 386f758 commit 5cd7682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/connections/connection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function cleanup(data: Record<string, unknown>[]) {
3737

3838
describe('Database Connection', () => {
3939
test('Support named parameters', async () => {
40-
if (process.env.CONNECTION_TYPE === 'mongo') return;
40+
if (process.env.CONNECTION_TYPE === 'mongodb') return;
4141

4242
const sql =
4343
process.env.CONNECTION_TYPE === 'mysql'

0 commit comments

Comments
 (0)