try to fix test

This commit is contained in:
Jan Prochazka
2024-09-19 18:23:25 +02:00
parent b1118c7f43
commit be17301c91
7 changed files with 12 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ describe('Schema tests', () => {
const schemaConnDef = {
...extractConnection(engine),
database: `${conn._database_name}::myschema`,
database: `${conn.__database_name__}::myschema`,
};
const schemaConn = await driver.connect(schemaConnDef);