Skip to content

Commit 036927c

Browse files
authored
fixup
1 parent 4710c94 commit 036927c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('rule documentation files have the correct content', () => {
8989
assert.ok(true, `includes ${expectedNotice} notice`);
9090
} else if (expectedNotice === 'configs') {
9191
// Check that the rule specifies its configs.
92-
const configsOn = getConfigsForRule(ruleName);
92+
const configsOn = getConfigsForRule(ruleName, true);
9393
let expectedMessage = `${MESSAGES.configs} ${configNamesToList(configsOn)}.`;
9494
const configsOff = getConfigsForRule(ruleName, false);
9595
if (configsOff.length > 0) {

0 commit comments

Comments
 (0)