Skip to content

Commit 04dab64

Browse files
committed
fix
1 parent 6a4121f commit 04dab64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/gridsuite/securityanalysis/server/PreContingencyLimitViolationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class PreContingencyLimitViolationTest extends AbstractLimitViolationTest {
2121
@Override
2222
protected PreContingencyLimitViolationEntity createLimitViolationEntity(Network network, LimitViolation limitViolation, SubjectLimitViolationEntity subjectLimitViolationEntity) {
23-
PreContingencyLimitViolationEntity contingencyLimitViolationEntity = PreContingencyLimitViolationEntity.toEntity(network, limitViolation, subjectLimitViolationEntity);
24-
return contingencyLimitViolationEntity;
23+
PreContingencyLimitViolationEntity preContingencyLimitViolationEntity = PreContingencyLimitViolationEntity.toEntity(network, limitViolation, subjectLimitViolationEntity);
24+
return preContingencyLimitViolationEntity;
2525
}
2626
}

0 commit comments

Comments
 (0)