fix unreachable code lint error

This commit is contained in:
Brian Gough
2020-06-02 09:19:39 +01:00
parent 17c14b1192
commit 440ec5553e

View File

@@ -74,7 +74,7 @@ describe('LatexRunner', function() {
) )
}) })
return it('should run the latex command', function() { it('should run the latex command', function() {
return this.CommandRunner.run return this.CommandRunner.run
.calledWith( .calledWith(
this.project_id, this.project_id,