Skip to content

Commit

Permalink
Merge branch 'main' into computer-and-time-as-debug-indicators
Browse files Browse the repository at this point in the history
Signed-off-by: Sophie Frasnedo <[email protected]>
  • Loading branch information
So-Fras authored Jan 8, 2025
2 parents abfc91b + a1a48c5 commit 25e8f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void testOutputFileParsing() throws IOException {
assertEquals(1, openReacResult.getVscModifications().size());
assertEquals(7, openReacResult.getGeneratorModifications().size());
assertEquals(3, openReacResult.getVoltageProfile().size());
assertEquals(76, openReacResult.getIndicators().size());
assertEquals(87, openReacResult.getIndicators().size());
assertTrue(openReacResult.getReactiveSlacks().isEmpty());
}
}
Expand Down

0 comments on commit 25e8f5e

Please sign in to comment.