Skip to content

Commit 00ab42a

Browse files
forget
1 parent e0525a3 commit 00ab42a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/java/org/gridsuite/study/server/StudyTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,9 +769,7 @@ public void test() throws Exception {
769769
.andExpectAll(status().isOk(), content().contentType(MediaType.APPLICATION_JSON)).andReturn();
770770

771771
resultAsString = result.getResponse().getContentAsString();
772-
List<CreatedStudyBasicInfos> createdStudyBasicInfosList = mapper.readValue(resultAsString,
773-
new TypeReference<List<CreatedStudyBasicInfos>>() {
774-
});
772+
List<CreatedStudyBasicInfos> createdStudyBasicInfosList = mapper.readValue(resultAsString, new TypeReference<>() { });
775773

776774
assertThat(createdStudyBasicInfosList.get(0), createMatcherCreatedStudyBasicInfos(studyUuid, "UCTE"));
777775

0 commit comments

Comments
 (0)