Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-akolodziejczyk committed Dec 2, 2024
1 parent 4a39875 commit 6445bec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/authentication/connectionParameters.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const path = require('path');
const snowflakeAuthTestProtocol = process.env.SNOWFLAKE_AUTH_TEST_PROTOCOL;
const snowflakeAuthTestHost = process.env.SNOWFLAKE_AUTH_TEST_HOST;
const snowflakeAuthTestPort = process.env.SNOWFLAKE_AUTH_TEST_PORT;
Expand Down
1 change: 0 additions & 1 deletion test/integration/testManualConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*/

const snowflake = require('./../../lib/snowflake');
const async = require('async');
const assert = require('assert');
const connOption = require('./connectionOptions');
const testUtil = require('./testUtil');
Expand Down

0 comments on commit 6445bec

Please sign in to comment.