Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Sep 14, 2024
1 parent 0df93e4 commit 18078b0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ public void testitModel() throws Exception {
verifier.addCliArgument("validate");
verifier.execute();
verifier.verifyErrorFreeLog();
verifier.verifyTextInLog("[MNG-8220] DumbModelParser Called from extension");
verifier.verifyTextInLog("[MNG-8220] DumbModelParser1 Called from extension");
verifier.verifyTextInLog("[MNG-8220] DumbModelParser2 Called from extension");
verifier.verifyTextInLog("[MNG-8220] DumbModelParser3 Called from extension");
verifier.verifyTextInLog("[MNG-8220] DumbModelParser4 Called from extension");
}
}

0 comments on commit 18078b0

Please sign in to comment.