Commit f738f5c8 authored by Mark Harding's avatar Mark Harding

(fix): failing tests

parent 264627a5
No related merge requests found
Pipeline #115536594 failed with stages
in 12 minutes and 21 seconds
......@@ -117,6 +117,7 @@ describe('NewsfeedSingleComponent', () => {
sessionMock.user.admin = false;
featuresServiceMock.mock('sync-feeds', false);
featuresServiceMock.mock('activity-v2--single-page', true);
fixture.detectChanges();
......
Please register or to comment