Skip to content

Commit

Permalink
Fix code smells
Browse files Browse the repository at this point in the history
Signed-off-by: lisrte <[email protected]>
  • Loading branch information
Lisrte committed Nov 22, 2024
1 parent 46399d5 commit 8085401
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
/**
* @author Laurent Issertial {@literal <laurent.issertial at rte-france.com>}
*/
public class ContingencyEventModelsTest {
class ContingencyEventModelsTest {

@Test
public void test() {
void test() {
Network network = EurostagTutorialExample1Factory.create();
List<BlackBoxModel> dynamicModels = List.of(
BaseGeneratorBuilder.of(network)
Expand Down

0 comments on commit 8085401

Please sign in to comment.