Skip to content

Commit

Permalink
fixed lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott authored Feb 28, 2024
1 parent b522fd8 commit da24e33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void scopusImportMetadataGetRecordsEmptyResponseTest() throws Exception {
when(httpClient.execute(ArgumentMatchers.any())).thenReturn(response);

context.restoreAuthSystemState();
Collection<ImportRecord> recordsImported = scopusServiceImpl.getRecords("roma", 0, 20);
Collection<ImportRecord> recordsImported = scopusServiceImpl.getRecords("roma", 0, 20);
assertTrue(recordsImported.isEmpty());
} finally {
liveImportClientImpl.setHttpClient(originalHttpClient);
Expand Down

0 comments on commit da24e33

Please sign in to comment.