Skip to content

Commit

Permalink
Merge pull request #597 from hazmah0/fix-lint-error
Browse files Browse the repository at this point in the history
test(repository): fixes linting errors
  • Loading branch information
j-rewerts authored Jan 25, 2021
2 parents c80c0ed + bc36194 commit 8a4691f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/repository.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ describe('Repository', function() {
expect(fileText).to.be(initialText);

done();
})))
})));
});

it('should rename files', function(done) {
Expand Down

0 comments on commit 8a4691f

Please # to comment.