Skip to content

Commit ad059d7

Browse files
committed
lint fix
1 parent 82dbddf commit ad059d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/protocol_versions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Protocol Versions E2E Tests', function () {
4141
let client: DBSQLClient;
4242
let session: IDBSQLSession;
4343

44-
before(function(this: Mocha.Context) {
44+
before(function (this: Mocha.Context) {
4545
return (async () => {
4646
try {
4747
client = new DBSQLClient();
@@ -326,7 +326,7 @@ describe('Protocol Versions E2E Tests', function () {
326326
}
327327
});
328328

329-
it('should get columns from current schema', function(this: Mocha.Context) {
329+
it('should get columns from current schema', function (this: Mocha.Context) {
330330
return (async () => {
331331
// First get a table name from the current schema
332332
const tablesOp = await session.getTables({

0 commit comments

Comments
 (0)