Skip to content

Commit 8a4691f

Browse files
authored
Merge pull request #597 from hazmah0/fix-lint-error
test(repository): fixes linting errors
2 parents c80c0ed + bc36194 commit 8a4691f

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)