Skip to content

Commit

Permalink
Update src/test/java/hudson/plugins/robot/tokens/RobotPassPercentageT…
Browse files Browse the repository at this point in the history
…okenMacroTest.java

Co-authored-by: Tatu Kairi <[email protected]>
  • Loading branch information
asimell and Tattoo authored Nov 13, 2024
1 parent 722fd03 commit a62cd8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public void testAcceptsName(){
assertTrue(new RobotPassPercentageTokenMacro().acceptsMacroName(macroName));
}

// TODO: remove test when criticality is removed
public void testTokenConversionWithOnlyCritical() throws MacroEvaluationException, IOException, InterruptedException{
token.countSkippedTests = true;
assertEquals("55.0",token.evaluate(build, listener, macroName));
Expand Down

0 comments on commit a62cd8c

Please sign in to comment.