Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
chore(linting): no-unused-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 4, 2024
1 parent 2b1dc38 commit f98b015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/trackerstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test('TrackerStream', function (t) {
testEvent(track, 'change', afterAddWork)
track.addWork(10)
}
function afterAddWork (er, onChangeName) {
function afterAddWork (er) {
t.equal(er, null, 'addWork: on change event fired')
t.equal(track.completed(), 0.5, 'addWork: 50% completed')

Expand Down

0 comments on commit f98b015

Please sign in to comment.