Skip to content

Commit

Permalink
alter test case
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatJawne committed Aug 23, 2024
1 parent 48d061d commit f10645a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/iris-grid/src/IrisGridTreeTableModel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ describe('IrisGridTreeTableModel virtual columns', () => {
const columns = irisGridTestUtils.makeColumns();

test.each([
[1, columns, [expectedVirtualColumn, ...columns]],
[1, columns, [expectedVirtualColumn, ...columns]],
[1, columns, [...columns]],
[1, columns, [...columns]],
[2, columns, [expectedVirtualColumn, ...columns]],
[columns.length, columns, [expectedVirtualColumn, ...columns]],
])(
Expand Down

0 comments on commit f10645a

Please sign in to comment.