Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
383
Merge Requests
65
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
f738f5c8
Commit
f738f5c8
authored
2 hours ago
by
Mark Harding
Browse files
Options
Download
(fix): failing tests
parent
264627a5
No related merge requests found
Pipeline
#115536594
failed with stages
in 12 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/app/modules/newsfeed/single/single.component.spec.ts
View file @
f738f5c8
...
...
@@ -117,6 +117,7 @@ describe('NewsfeedSingleComponent', () => {
sessionMock
.
user
.
admin
=
false
;
featuresServiceMock
.
mock
(
'
sync-feeds
'
,
false
);
featuresServiceMock
.
mock
(
'
activity-v2--single-page
'
,
true
);
fixture
.
detectChanges
();
...
...
This diff is collapsed.
Please
register
or
sign in
to comment