Fix lint issues in issue258.js

This commit is contained in:
David Humphrey 2018-07-27 11:09:45 -04:00
parent a31044cc8d
commit 0980ec4608
1 changed files with 1 additions and 1 deletions

View File

@ -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
});