Skip to content

Commit

Permalink
chore: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun90 committed Jun 29, 2023
1 parent d579439 commit 20ef404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/connection-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ describe('Encrypt Test', function() {
}

let supportsTds8 = false;
const request = new Request("SELECT host_platform FROM sys.dm_os_host_info", (err) => {
const request = new Request('SELECT host_platform FROM sys.dm_os_host_info', (err) => {
connection.close();

if (err) {
Expand Down

0 comments on commit 20ef404

Please sign in to comment.