Skip to content

Commit

Permalink
update test with opt in and opt out results
Browse files Browse the repository at this point in the history
  • Loading branch information
Rwolfe-Nava committed Jun 11, 2024
1 parent 6b8bccb commit 5c44bb1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ void processTest() throws URISyntaxException {
OptOutResults results = optOutProcessing.process(TEST_FILE_NAME, TEST_BFD_BUCKET_NAME, TEST_ENDPOINT);
assertEquals(7, optOutProcessing.optOutInformationList.size());
assertEquals(7, results.getTotalToday());
assertEquals(4, results.getOptOutToday());
assertEquals(3, results.getOptInToday());
}

@Test
Expand Down

0 comments on commit 5c44bb1

Please sign in to comment.