Skip to content

Commit

Permalink
[CST-18016] Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamF42 committed Feb 26, 2025
1 parent a9b5a05 commit 8516494
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,17 @@ public void findAllExternalSources() throws Exception {
ExternalSourceMatcher.matchExternalSource(
"openalexPublicationByAuthorId", "openalexPublicationByAuthorId", false),
ExternalSourceMatcher.matchExternalSource(
"openalexPerson", "openalexPerson", false)
"openalexPerson", "openalexPerson", false),
ExternalSourceMatcher.matchExternalSource(
"openalexInstitution", "openalexInstitution", false),
ExternalSourceMatcher.matchExternalSource(
"openalexPublisher", "openalexPublisher", false),
ExternalSourceMatcher.matchExternalSource(
"openalexFunder", "openalexFunder", false),
ExternalSourceMatcher.matchExternalSource(
"openalexJournal", "openalexJournal", false)
)))
.andExpect(jsonPath("$.page.totalElements", Matchers.is(14)));
.andExpect(jsonPath("$.page.totalElements", Matchers.is(18)));
}

@Test
Expand Down

0 comments on commit 8516494

Please sign in to comment.