Skip to content

Commit

Permalink
SNOW-502598: Format unused params in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Oct 28, 2023
1 parent 924052c commit 6c00000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/testExecuteAsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('ExecuteAsync test', function () {
function (callback) {
connection.getResultsFromQueryId({
queryId: queryId,
complete: async function (err, stmt, rows) {
complete: async function (_err, _stmt, rows) {
const status = await connection.getQueryStatus(queryId);
assert.strictEqual(QueryStatus[status], QueryStatus.SUCCESS);
assert.strictEqual(rows[0]['SYSTEM$WAIT'], `waited ${expectedSeconds} seconds`);
Expand Down

0 comments on commit 6c00000

Please sign in to comment.