Skip to content
Snippets Groups Projects
Verified Commit cc35acb0 authored by Luc Everse's avatar Luc Everse :passport_control:
Browse files

Remove a double linefeed

parent fd430294
No related branches found
No related tags found
2 merge requests!122AuTA 2.0 master merge,!83Export by identity
Pipeline #180122 passed
......@@ -148,7 +148,6 @@ public class SubmissionExportControllerTest {
doReturn(Optional.of(this.ident1))
.when(this.repositories.getIdentityRepository()).findById(eq(ROGUE_SID));
when(this.mongoTemplate.stream(any(Query.class), eq(IdentityContainer.class)))
.thenReturn(new CloseableIteratorAdaptor<>(
List.of(this.ident1, this.rogueIdent).iterator()
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment