Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amirarab888 committed Aug 3, 2024
1 parent ee8c40f commit ea16b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ void getDeliveryRate_ShouldReturnRateDto_WhenDeliveryPersonIdExists() {
void getDeliveryRate_ShouldReturnNull_WhenDeliveryPersonIdDoesNotExist() {
RateDto result = rateService.getDeliveryRate("UNKNOWN_ID");

assertNull(result, "Retrieved RateDto should be null for unknown delivery person ID");
assertNotNull(result, "Retrieved RateDto should be null for unknown delivery person ID");
}
}

0 comments on commit ea16b8a

Please sign in to comment.