Skip to content

Commit bc36194

Browse files
committed
test(repository): fixes linting errors
1 parent 5af1e07 commit bc36194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/repository.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ describe('Repository', function() {
392392
expect(fileText).to.be(initialText);
393393

394394
done();
395-
})))
395+
})));
396396
});
397397

398398
it('should rename files', function(done) {

0 commit comments

Comments
 (0)