From ba2444768e6148b1293a58e1e6e55ee886a138ef Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Thu, 18 May 2023 13:14:37 -0500 Subject: [PATCH] Minor fix to spec after Angular 15 update --- .../community-list/community-list.component.spec.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/community-list-page/community-list/community-list.component.spec.ts b/src/app/community-list-page/community-list/community-list.component.spec.ts index 2120df62fa..ce6b27dbeb 100644 --- a/src/app/community-list-page/community-list/community-list.component.spec.ts +++ b/src/app/community-list-page/community-list/community-list.component.spec.ts @@ -194,8 +194,9 @@ describe('CommunityListComponent', () => { }, }), CdkTreeModule, - RouterTestingModule], - declarations: [CommunityListComponent, RouterLinkWithHref], + RouterTestingModule, + RouterLinkWithHref], + declarations: [CommunityListComponent], providers: [CommunityListComponent, { provide: CommunityListService, useValue: communityListServiceStub },], schemas: [CUSTOM_ELEMENTS_SCHEMA],