Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatJawne committed Sep 3, 2024
1 parent f10645a commit 06d3433
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, [...columns]],
[1, columns, [...columns]],
[0, columns, columns],
[1, columns, columns],
[2, columns, [expectedVirtualColumn, ...columns]],
[columns.length, columns, [expectedVirtualColumn, ...columns]],
])(
Expand Down

0 comments on commit 06d3433

Please sign in to comment.