Skip to content

Commit

Permalink
print results to test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Jun 11, 2024
1 parent edb76f7 commit 6b8bccb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ void getRecordStatusTest() {
void getOptOutResultsTest() {
OptOutResults results = optOutProcessing.getOptOutResults();
assertNotNull(results);
System.out.println("Results = " + results);
System.out.println("ResultsFromDB = " + results.getTotalFromDB());
assertEquals(TEST_TOTAL_RESULT_COUNT, results.getTotalFromDB());;
}

Expand Down

0 comments on commit 6b8bccb

Please sign in to comment.