fix unreachable code lint error

This commit is contained in:
Brian Gough 2020-06-02 09:19:39 +01:00
parent a3d27b63f1
commit 0de2933812

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,