diff --git a/tests/bugs/issue258.js b/tests/bugs/issue258.js index e231a6a..84ce02b 100644 --- a/tests/bugs/issue258.js +++ b/tests/bugs/issue258.js @@ -52,7 +52,7 @@ describe('Queued operations should error when fs is in error state, issue 258', it('should get EFILESYSTEMERROR errors on callbacks to queued operations on provider error', function(done) { var errCount = 0; - var fs = new Filer.FileSystem({provider: provider}, function(err) { + var fs = new Filer.FileSystem({provider: provider}, function() { // Do nothing });