Skip to content

Commit b05329f

Browse files
committed
feat(unit-tests): fixed unit tests
1 parent e551708 commit b05329f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/features/preprints/pages/preprint-details/preprint-details.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ describe('PreprintDetailsComponent', () => {
122122
value: false,
123123
},
124124
{
125-
selector: ContributorsSelectors.getContributors,
125+
selector: ContributorsSelectors.getBibliographicContributors,
126126
value: mockContributors,
127127
},
128128
{
129-
selector: ContributorsSelectors.isContributorsLoading,
129+
selector: ContributorsSelectors.isBibliographicContributorsLoading,
130130
value: false,
131131
},
132132
{

0 commit comments

Comments
 (0)