-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send alert when some voltage levels limits are out of nominal voltage range #94
base: main
Are you sure you want to change the base?
Send alert when some voltage levels limits are out of nominal voltage range #94
Conversation
… range. Signed-off-by: Franck LECUYER <franck.lecuyer@rte-france.com>
…_send_alert Signed-off-by: FranckLecuyer <47824306+FranckLecuyer@users.noreply.github.com>
@SpringBootTest | ||
@ContextConfiguration(classes = {VoltageInitApplication.class}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for springboot-test it's just just classical java class testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Removed
Signed-off-by: Franck LECUYER <franck.lecuyer@rte-france.com>
/** | ||
* @author Franck Lecuyer <franck.lecuyer at rte-france.com> | ||
*/ | ||
@ContextConfiguration(classes = {VoltageInitApplication.class}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also remove this one. And you should remove public keywords with junit5 for class and test method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Done
Remove public keywords in junit test Signed-off-by: Franck LECUYER <franck.lecuyer@rte-france.com>
Waiting for PR : powsybl/powsybl-optimizer#99
and new powsybl-optimizer release