db connector: fix tests

This commit is contained in:
Alexander Zobnin
2018-10-30 21:48:39 +03:00
parent 6af18e493e
commit 42839648c4
2 changed files with 3 additions and 4 deletions

View File

@@ -113,7 +113,6 @@ export class SQLConnector extends DBConnector {
}
}
function compactSQLQuery(query) {
return query.replace(/\s+/g, ' ');
}