Skip to content

Commit

Permalink
1 more codacy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Dec 7, 2015
1 parent e6e833c commit 4bff4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.treatments.test.js
Expand Up @@ -42,7 +42,7 @@ describe('Treatment API', function ( ) {
self.ctx.data.treatments[2].carbs.should.equal(30);

//if travis is slow the 2 posts take long enough that 2 data-loaded events are emitted
if (!doneCalled) done();
if (!doneCalled) { done(); }

doneCalled = true;

Expand Down

0 comments on commit 4bff4ec

Please sign in to comment.