update to pass lint tests

This commit is contained in:
Thomas Nolte 2018-09-24 15:48:01 -04:00
parent 871c0fe88c
commit a524744b1c
1 changed files with 13 additions and 13 deletions

View File

@ -102,11 +102,11 @@ describe('fs.promises.chown', function(){
});
})
.catch((err)=>{
throw(err)
throw(err);
});
});
});
});
})
});
});
});