This commit is contained in:
parent
8aa9140112
commit
3aedddcb21
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue