Skip to content

Commit 6dda130

Browse files
committed
fix tests
1 parent 91386f8 commit 6dda130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/table/table.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ describe('MatTable', () => {
297297
['-1', 'b_3', 'c_3'],
298298
['0', 'b_2', 'c_2'],
299299
['1', 'b_1', 'c_1'],
300+
['Footer A', 'Footer B', 'Footer C'],
300301
]);
301302

302303

@@ -309,6 +310,7 @@ describe('MatTable', () => {
309310
['1', 'b_1', 'c_1'],
310311
['0', 'b_2', 'c_2'],
311312
['-1', 'b_3', 'c_3'],
313+
['Footer A', 'Footer B', 'Footer C'],
312314
]);
313315
});
314316

0 commit comments

Comments
 (0)