Skip to content

Commit

Permalink
Update tests/lib/rule-tester/rule-tester.js
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
  • Loading branch information
bmish and nzakas committed May 7, 2021
1 parent 95c8ab6 commit a4090cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rule-tester/rule-tester.js
Expand Up @@ -1822,7 +1822,7 @@ describe("RuleTester", () => {
{ code: "var foo = bar;", output: "5", errors: 1 }
]
});
}, "Rules with suggestions should set the `meta.hasSuggestions` property to `true`.");
}, "Rules with suggestions must set the `meta.hasSuggestions` property to `true`.");
});
});

Expand Down

0 comments on commit a4090cf

Please sign in to comment.