Skip to content

Commit 947ffe8

Browse files
wagnermacielandrewseguin
authored andcommitted
test(mat-table-benchmark): correct html file name (#20513)
(cherry picked from commit e75c4e6)
1 parent 6156b1e commit 947ffe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/benchmarks/material/table/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ component_benchmark(
99
"@npm//@types/jasmine",
1010
],
1111
ng_assets = [
12-
":app.module.html",
12+
":table-app.html",
1313
":basic-table.html",
1414
],
1515
ng_deps = [

test/benchmarks/material/table/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
// tslint:disable:max-line-length
2121
@Component({
2222
selector: 'app-root',
23-
templateUrl: './app.module.html',
23+
templateUrl: './table-app.html',
2424
encapsulation: ViewEncapsulation.None,
2525
styleUrls: ['//src/material/core/theming/prebuilt/indigo-pink.css'],
2626
})

0 commit comments

Comments
 (0)