Skip to content

Commit 3d9b98e

Browse files
authored
FIX (Eslint-LWC) @W-15819273@: Incrementing expected rule count. (#1480)
1 parent 134d740 commit 3d9b98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/actions/RuleListAction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe("Tests for RuleListAction", () => {
5858
await ruleListAction.run(inputs);
5959

6060
let tableData: Ux.Table.Data[] = display.getLastTableData();
61-
expect(tableData).to.have.length(222);
61+
expect(tableData).to.have.length(223);
6262

6363
for (const rowData of tableData) {
6464
expect(rowData.engine).to.equal('eslint-lwc');

0 commit comments

Comments
 (0)