This commit is contained in:
azou1 2018-09-19 17:18:54 -04:00
parent 8aa9140112
commit 3aedddcb21
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ describe('fs.rename', function() {
});
});
});
it('should error if the file or directory to rename doesnt exist', function(done) {
it('should return error if the file or directory to rename doesnt exist', function(done) {
var fs = util.fs();
fs.rename('/fakeDirectory', '/myotherdir', function(error) {