Skip to content

Commit 668da56

Browse files
authored
FIX (CodeAnalyzer) @W-17291574@ Fixed broken unit test (#1709)
1 parent ee2dd4c commit 668da56

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(223);
61+
expect(tableData).to.have.length(230);
6262

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

0 commit comments

Comments
 (0)