Skip to content

Commit ba24447

Browse files
committed
Minor fix to spec after Angular 15 update
1 parent ba4d652 commit ba24447

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/app/community-list-page/community-list/community-list.component.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,9 @@ describe('CommunityListComponent', () => {
194194
},
195195
}),
196196
CdkTreeModule,
197-
RouterTestingModule],
198-
declarations: [CommunityListComponent, RouterLinkWithHref],
197+
RouterTestingModule,
198+
RouterLinkWithHref],
199+
declarations: [CommunityListComponent],
199200
providers: [CommunityListComponent,
200201
{ provide: CommunityListService, useValue: communityListServiceStub },],
201202
schemas: [CUSTOM_ELEMENTS_SCHEMA],

0 commit comments

Comments
 (0)