Skip to content

Commit

Permalink
[misc] style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 31, 2023
1 parent 1624d5e commit 01aeb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-query-values-in-sql.js
Expand Up @@ -149,7 +149,7 @@ describe('sql template strings', () => {
});
});

it('pool query with parameters', function(done) {
it('pool query with parameters', function (done) {
if (process.env.srv === 'maxscale' && process.env.srv === 'skysql-ha') this.skip;
const pool = base.createPool();
pool
Expand Down

0 comments on commit 01aeb14

Please sign in to comment.