Skip to content

Commit

Permalink
Adapt TestProgressReporting
Browse files Browse the repository at this point in the history
(cherry picked from commit 276c42d)
  • Loading branch information
mederly committed Mar 12, 2022
1 parent dab1f34 commit e779e20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ public void test100PlainCompleteReconciliation() throws Exception {
.end()
.child(RECONCILIATION_REMAINING_SHADOWS_ID)
.progress()
.assertSuccessCount(0, 1)
.assertCommitted(0, 0, 1)
.assertUncommitted(0, 0, 0)
.end()
.itemProcessingStatistics().display().end()
.end()
Expand Down

0 comments on commit e779e20

Please sign in to comment.