test(theme-shared): correct test host component input

pull/2477/head
TheDiaval 5 years ago
parent 67f20a6f83
commit 3a32436aaa

@ -8,7 +8,7 @@ describe('SortOrderIconComponent', () => {
beforeEach(() => {
spectator = createHost(
'<abp-sort-order-icon key="testKey" [(selectedSortKey)]="selectedSortKey" [(order)]="order"></abp-sort-order-icon>',
'<abp-sort-order-icon sortKey="testKey" [(selectedSortKey)]="selectedSortKey" [(order)]="order"></abp-sort-order-icon>',
{
hostProps: {
selectedSortKey: '',

Loading…
Cancel
Save