Skip to content

Commit 44ebadd

Browse files
committed
fix types
1 parent 0163f1c commit 44ebadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sort/sort.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function testSingleColumnSortDirectionSequence(fixture: ComponentFixture<SimpleM
161161

162162
// Reset the md sort to make sure there are no side affects from previous tests
163163
const component = fixture.componentInstance;
164-
component.mdSort.active = null;
164+
component.mdSort.active = '';
165165
component.mdSort.direction = '';
166166

167167
// Run through the sequence to confirm the order

0 commit comments

Comments
 (0)