Skip to content

Commit

Permalink
fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Oct 23, 2024
1 parent 16ea505 commit 72c1801
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ protected void assertAfterNetworkModificationDeletion() {
assertNull(getNetwork().getLoad("idLoad1"));
}

@Override
protected void testCreationModificationMessage(ModificationInfos modificationInfos) throws Exception {
assertEquals("LOAD_CREATION", modificationInfos.getMessageType());
Map<String, String> createdValues = mapper.readValue(modificationInfos.getMessageValues(), new TypeReference<>() { });
Expand Down

0 comments on commit 72c1801

Please sign in to comment.