Skip to content

Commit

Permalink
Rename class for more consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Courtier <[email protected]>
  • Loading branch information
rcourtier committed Oct 18, 2024
1 parent b092bc2 commit d247ded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @author Romain Courtier {@literal <romain.courtier at rte-france.com>}
*/

class OperationalLimitsGroupTest extends AbstractSerDeTest {
class OperationalLimitConversionTest extends AbstractSerDeTest {

private static final Pattern OPERATIONAL_LIMIT_SET = Pattern.compile("<cim:OperationalLimitSet rdf:ID=\"(.*?)\">");
private static final Pattern OPERATIONAL_LIMIT_TYPE = Pattern.compile("<cim:OperationalLimitType rdf:ID=\"(.*?)\">");
Expand Down

0 comments on commit d247ded

Please sign in to comment.