Skip to content

Commit

Permalink
increase test coverage by adding a test case that calls another funct…
Browse files Browse the repository at this point in the history
…ion than expect();
  • Loading branch information
ideadapt committed May 5, 2015
1 parent bb9252b commit fb2c604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/reserved-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ eslintTester.addRuleTest("lib/rules/reserved-keys", {
code: "this.accountId = 1; expect();"
},
{
code: "this.id = 1;"
code: "this.id = 1; log();"
},
{
args: [1, {keywords: [":)"]}],
Expand Down

0 comments on commit fb2c604

Please sign in to comment.