We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb3700 commit 10413d5Copy full SHA for 10413d5
src/lib/sort/sort.spec.ts
@@ -161,7 +161,7 @@ function testSingleColumnSortDirectionSequence(fixture: ComponentFixture<SimpleM
161
162
// Reset the md sort to make sure there are no side affects from previous tests
163
const component = fixture.componentInstance;
164
- component.mdSort.active = null;
+ component.mdSort.active = '';
165
component.mdSort.direction = '';
166
167
// Run through the sequence to confirm the order
0 commit comments