Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
Signed-off-by: issacto <[email protected]>
  • Loading branch information
issacto committed Jun 26, 2023
1 parent 8885b1b commit cc321be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ERR027 = ERR027: NumericFields.dataTypeOf() was called with empty fieldName.
ERR028 = ERR028: NumericFields.setDataTypeOf() was called with empty fieldName.
ERR029 = ERR029: NumericFields.setDataTypeOf() was called with null dataType.

ERR030 = ERR030: Command line missing program argument.
ERR030 = ERR030: Command line missing program argument '-p programName' .


WRN001 = WRN001: No test suite directory for program %1$s was found under directory %2$s.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void it_throws_when_program_argument_is_not_present() {
optionSpec);
argumentHandler.loadArgProgramPaths();
});
assertEquals("ERR030: Command line missing program argument.",
assertEquals("ERR030: Command line missing program argument '-p programName' .",
ex.getMessage());
}

Expand Down

0 comments on commit cc321be

Please sign in to comment.