2 parents c80c0ed + bc36194 commit 8a4691fCopy full SHA for 8a4691f
1 file changed
test/repository.spec.js
@@ -392,7 +392,7 @@ describe('Repository', function() {
392
expect(fileText).to.be(initialText);
393
394
done();
395
- })))
+ })));
396
});
397
398
it('should rename files', function(done) {
0 commit comments