Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Oct 25, 2024
1 parent f24fe0d commit 7634e8f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,6 @@ void testProcessPhaseTapChangerCreation() {
String message2 = assertThrows(NetworkModificationException.class, () -> processPhaseTapRegulation(null, adder, false,
regulationModeModification, null, null, regulationReports)).getMessage();
assertEquals("CREATE_TWO_WINDINGS_TRANSFORMER_ERROR : Regulation value is missing when creating tap phase changer with regulation enabled (different from FIXED_TAP)", message2);

processPhaseTapRegulation(null, adder, false,
new AttributeModification<>(PhaseTapChanger.RegulationMode.FIXED_TAP, OperationType.SET),
null, null, regulationReports);
Expand Down

0 comments on commit 7634e8f

Please sign in to comment.