Skip to content

Commit 34d7437

Browse files
authored
modify catalog line file test to add limits (#689)
Signed-off-by: Etienne LESOT <[email protected]>
1 parent e9dd08a commit 34d7437

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/java/org/gridsuite/modification/server/ModificationControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ void testGetLineTypesCatalog() throws Exception {
15321532
.andReturn();
15331533
resultAsString = mvcResult.getResponse().getContentAsString();
15341534
List<LineTypeInfos> lineTypes = mapper.readValue(resultAsString, new TypeReference<>() { });
1535-
assertEquals(8, lineTypes.size());
1535+
assertEquals(10, lineTypes.size());
15361536

15371537
// Check if catalog is completely updated
15381538
mockMvc.perform(multipart(URI_LINE_CATALOG)
160 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)