@@ -12,7 +12,7 @@ import {NoopAnimationsModule} from '@angular/platform-browser/animations';
12
12
import { By } from '@angular/platform-browser' ;
13
13
import { Observable } from 'rxjs' ;
14
14
import { map } from 'rxjs/operators' ;
15
- import { MatLegacyTableModule } from '../legacy-table/index ' ;
15
+ import { MatTableModule } from '@angular/material/table ' ;
16
16
import {
17
17
MAT_SORT_DEFAULT_OPTIONS ,
18
18
MatSort ,
@@ -35,7 +35,7 @@ describe('MatSort', () => {
35
35
36
36
beforeEach ( waitForAsync ( ( ) => {
37
37
TestBed . configureTestingModule ( {
38
- imports : [ MatSortModule , MatLegacyTableModule , CdkTableModule , NoopAnimationsModule ] ,
38
+ imports : [ MatSortModule , MatTableModule , CdkTableModule , NoopAnimationsModule ] ,
39
39
declarations : [
40
40
SimpleMatSortApp ,
41
41
CdkTableMatSortApp ,
@@ -507,7 +507,7 @@ describe('MatSort', () => {
507
507
508
508
beforeEach ( waitForAsync ( ( ) => {
509
509
TestBed . configureTestingModule ( {
510
- imports : [ MatSortModule , MatLegacyTableModule , CdkTableModule , NoopAnimationsModule ] ,
510
+ imports : [ MatSortModule , MatTableModule , CdkTableModule , NoopAnimationsModule ] ,
511
511
declarations : [ MatSortWithoutExplicitInputs ] ,
512
512
providers : [
513
513
{
@@ -541,7 +541,7 @@ describe('MatSort', () => {
541
541
542
542
beforeEach ( waitForAsync ( ( ) => {
543
543
TestBed . configureTestingModule ( {
544
- imports : [ MatSortModule , MatLegacyTableModule , CdkTableModule , NoopAnimationsModule ] ,
544
+ imports : [ MatSortModule , MatTableModule , CdkTableModule , NoopAnimationsModule ] ,
545
545
declarations : [ MatSortWithoutInputs ] ,
546
546
providers : [
547
547
{
0 commit comments