Skip to content

Commit

Permalink
Dev: Update test case - happy with the change, due to the recent fixes
Browse files Browse the repository at this point in the history
for column alignment
  • Loading branch information
AllanJard committed Apr 12, 2024
1 parent 9828377 commit 1ef7cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/event/responsive-resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('Responsive - responsive-resize', function() {
it('Third arg - row API', function() {
expect(args[2] instanceof Array).toBe(true);

let visible = [true, true, true, true, true, true, true, true, false, false, false];
let visible = [true, true, true, true, true, true, true, true, true, false, false];
for (let i = 0; i < visible.length; i++) {
expect(args[2][i]).toBe(visible[i]);
}
Expand Down

0 comments on commit 1ef7cec

Please sign in to comment.