This commit is contained in:
parent
3aedddcb21
commit
50ece50504
|
@ -62,7 +62,7 @@ describe('fs.rename', function() {
|
|||
|
||||
fs.stat('/myotherdir', function(error, result) {
|
||||
expect(error).not.to.exist;
|
||||
expect(result.nlinks).to.equal(1)g;
|
||||
expect(result.nlinks).to.equal(1);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue