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

@@ -85,7 +85,7 @@ const driver = {
: await tediousConnect(conn);
if (result) {
result._database_name = conn.database;
result.__database_name__ = conn.database;
}
return result;