mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 01:06:01 +00:00
try to fix test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user