Skip to content

Commit

Permalink
Adds one more log message
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Dec 12, 2024
1 parent 114d04a commit b2b6fe9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ private void testWithTimeWindow(UInteger apidValue, int expectedNumberOfResults,
TimeWindow creationDate = null;
list = consumerPR.listProducts(productFilter, creationDate, timeWindow);
int size = list.size();
System.out.println("Number of listed products returned: " + size);
assertEquals(expectedNumberOfResults, size);
} catch (MALInteractionException ex) {
Logger.getLogger(UC1_Ex1_Test.class.getName()).log(Level.SEVERE, null, ex);
Expand Down

0 comments on commit b2b6fe9

Please sign in to comment.