Skip to content
Snippets Groups Projects
Commit 799fdb83 authored by Danae Savvidi's avatar Danae Savvidi :laughing:
Browse files

spotless

parent fff07e34
Branches
Tags
2 merge requests!229Version 2.2.1,!221Resolve "Importing groups"
......@@ -241,7 +241,8 @@ class StudentGroupServiceTest {
List.of("mmouse;Group1"),
List.of("batman;Group2"));
PersonSummaryDTO person1 = new PersonSummaryDTO().id(1L).username("dduck").displayName("Donald Duck");
PersonSummaryDTO person2 = new PersonSummaryDTO().id(2L).username("mmouse").displayName("Mickey Mouse");
PersonSummaryDTO person2 = new PersonSummaryDTO().id(2L).username("mmouse")
.displayName("Mickey Mouse");
PersonSummaryDTO person3 = new PersonSummaryDTO().id(3L).username("batman").displayName("Batman");
when(csvService.parseContents(any(), eq(true))).thenReturn(lines);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment