Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krwong committed Sep 18, 2024
1 parent b95acc3 commit d5cff9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public void reportSipGeneratedWithCompoundObjects() throws Exception {
assertOutputMatches(".*Destinations: +1\n.*");

assertOutputMatches(".*Source File Mappings\n +Last Updated: +[0-9\\-T:]+.*");
assertOutputMatches(".*Source File Mappings\n.*\n +Objects Mapped: +5 \\(71.4%\\).*");
assertOutputMatches(".*Source File Mappings\n.*\n +Objects Mapped: +5 \\(100.0%\\).*");

assertOutputMatches(".*Access File Mappings\n +Last Updated: +Not completed.*");
assertOutputMatches(".*Submission Information Packages\n +Last Generated: +[0-9\\-T:]+.*");
Expand Down

0 comments on commit d5cff9d

Please sign in to comment.