Skip to content

Commit

Permalink
ACS-6323 Corrected unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Dec 8, 2023
1 parent 4464b85 commit 4d81773
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe('DataTable', () => {
});

it('should have assigned filterDisabledColumns to sortPredicate of CdkDropList', () => {
expect(getDropList().sortPredicate).toBeDefined();
expect(getDropList().sortPredicate).toBe(dataTable.filterDisabledColumns);
});

it('should sortPredicate from CdkDropList return true if column is enabled', () => {
Expand Down

0 comments on commit 4d81773

Please sign in to comment.