test(ivy): correct attribute marker in broken test (#27919)

Test incorrectly marks the attribute as a 'Class', when it should be 'SelectOnly'

PR Close #27919
This commit is contained in:
Ben Lesh 2019-01-03 14:01:57 -08:00
parent 1b0b36d143
commit 51a0bd2e75
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ describe('r3_view_compiler', () => {
};
const template = `
const _c0 = [1, "mySelector"];
const _c0 = [3, "mySelector"];
// ...
template: function MyApp_Template(rf, ctx) {
if (rf & 1) {