Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Nov 1, 2024
1 parent 1d10192 commit bc9da0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ private static Stream<Arguments> patternMatches_expectedExitValue1() {
// 4 - Test profile - profile not exist
Arguments.of("Test-Profile-NotExist.Base",
System.getProperty("test.src") + "/property-java.security",
"Test-Profile.NotExist.Base is not present in the java.security file."),
"Test-Profile-NotExist.Base is not present in the java.security file."),
// 5 - Test profile - Multi Default profile
Arguments.of("Test-Profile-MultiDefault",
System.getProperty("test.src") + "/property-java.security",
Expand Down

0 comments on commit bc9da0d

Please sign in to comment.