Skip to content

Commit 07631fc

Browse files
author
PreskoIsTheGreatest
committed
fix attribute rule
1 parent 533fd81 commit 07631fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/attributeParameterDecoratorRule.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ describe('attribute-parameter-decorator', () => {
1515
'which is considered as a bad practice. Please, consider construction of type "@Input() label: string"',
1616
startPosition: {
1717
line: 3,
18-
character: 35
18+
character: 28
1919
},
2020
endPosition: {
2121
line: 3,
22-
character: 60
22+
character: 53
2323
}
2424
});
2525
});

0 commit comments

Comments
 (0)