Skip to content

Commit

Permalink
Merge pull request #12 from radeklat/patch-1
Browse files Browse the repository at this point in the history
Missing semicolon in transactionLevel template
  • Loading branch information
noahdietz authored Jul 20, 2018
2 parents 238928e + 0d0180a commit c142217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/transactionLevel.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ it('{{testLevelDescription}}', function() {
});

{{#if (isNotDefaultStatusCode expected.statusCode)}}
expect(response).to.have.status({{expected.statusCode}})
expect(response).to.have.status({{expected.statusCode}});
{{/if}}
{{#if expected.res}}
{{#if hasValue}}
Expand All @@ -18,4 +18,4 @@ it('{{testLevelDescription}}', function() {
{{/if}}
{{/if}}
return chakram.wait();
});
});

0 comments on commit c142217

Please sign in to comment.