Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasrathee-cs committed Mar 28, 2024
1 parent 8a9cb7f commit ded2ccf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void testWithDirectoryIdAsNull() {
Assert.assertEquals("directoryIdentifier",
collector.getValidationFailures().get(0).getCauses().get(0).getAttribute("stageConfig"));
Assert.assertEquals("Exception during authentication/directory properties check: " +
"Errors were encountered during validation. Directory Identifier can not be null..",
"Errors were encountered during validation..",
collector.getValidationFailures().get(1).getMessage());
}

Expand All @@ -178,7 +178,7 @@ public void testWithFileIdAsNull() {
Assert.assertEquals("fileIdentifier",
collector.getValidationFailures().get(0).getCauses().get(0).getAttribute("stageConfig"));
Assert.assertEquals("Exception during authentication/directory properties check: " +
"Errors were encountered during validation. File Identifier can not be null..",
"Errors were encountered during validation..",
collector.getValidationFailures().get(1).getMessage());
}
}

0 comments on commit ded2ccf

Please sign in to comment.