Skip to content

Commit a3c9d96

Browse files
committed
rebase
1 parent f065d03 commit a3c9d96

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/lib/sort/sort.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ class FakeDataSource extends DataSource<any> {
203203
connect(collectionViewer: CollectionViewer): Observable<any[]> {
204204
return map.call(collectionViewer.viewChange, () => []);
205205
}
206+
disconnect() {}
206207
}
207208

208209
@Component({

src/lib/table/table.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class FakeDataSource extends DataSource<TestData> {
6868
return this._dataChange;
6969
}
7070

71+
disconnect() {}
72+
7173
addData() {
7274
const nextIndex = this.data.length + 1;
7375

0 commit comments

Comments
 (0)