Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: jamal-khey <myjamal89@gmail.com>
  • Loading branch information
jamal-khey committed Jun 21, 2024
1 parent 7a470fb commit 432ed4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ public void runWithReportTestElementsNotFound() throws Exception {
assertThat(RESULT, new MatcherJson<>(mapper, securityAnalysisResult));

assertLogMessage("Equipment not Connected", "notConnectedEquipments", reportService);
assertLogMessage("the following equipments notConnectedId1, notConnectedId2 in contingency l4 are not connected", "contingencyEquipmentNotConnected", reportService);
assertLogMessage("the following equipments notConnectedId1 in contingency l4 are not connected", "contingencyEquipmentNotConnected", reportService);
}

@Test
Expand Down

0 comments on commit 432ed4b

Please sign in to comment.