Skip to content

Commit

Permalink
Merge pull request #18 from l3-miage-cl-ihm/Aless
Browse files Browse the repository at this point in the history
Truck to trucks
  • Loading branch information
alessfrn authored Apr 29, 2024
2 parents 6c16717 + 8fbd660 commit 3a2e0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ public class SetUpBundleResponse {
private Set<String> deliverymen;

@Schema(description = "Trucks ids")
private Set<String> truck;
private Set<String> trucks;
}
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public SetUpBundleResponse getSetUpBundle() {
trucks.add("YT-485-FD");
trucks.add("BH-009-AZ");
trucks.add("MQ-430-LK");
mockedSetUpBundleResponse.setTruck(trucks);
mockedSetUpBundleResponse.setTrucks(trucks);

Set<String> deliverymen= new HashSet<>();
deliverymen.add("TRS");
Expand Down

0 comments on commit 3a2e0fd

Please sign in to comment.