Fix lint issues in time-flags.spec.js

This commit is contained in:
David Humphrey 2018-07-26 17:39:19 -04:00
parent 4a066064f4
commit 8e900a3a88
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ describe('node times (atime, mtime, ctime) with mount flags', function() {
function memoryFS(flags, callback) {
var name = util.uniqueName();
var fs = new Filer.FileSystem({
return new Filer.FileSystem({
name: name,
flags: flags || [],
provider: new Filer.FileSystem.providers.Memory(name)