Skip to content

Commit

Permalink
test: fix failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertIsaac committed Feb 20, 2025
1 parent 0a2358d commit ec17895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/table/directives/table-row.directive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('TableRowDirective', () => {

expect(getInnerTextFromNodes()).toEqual(keys);

keys = component.keys.reverse();
keys = [...component.keys].reverse();

(<any>component.tableRow)._resetCells(keys);

Expand Down

0 comments on commit ec17895

Please sign in to comment.