Skip to content
Snippets Groups Projects
Commit 863a93d1 authored by YAGOUBI Rim's avatar YAGOUBI Rim
Browse files

update test file

parent 071a9c1b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class TestRentalAgency extends agency.TestCar {
rentalAgency.add(windows95Car);
rentalAgency.rentVehicle(arnaud, catalinaCar);
rentalAgency.rentVehicle(paul, windows95Car);
assertThat(rentalAgency.allRentedVehicles()).containsExactly(catalinaCar, windows95Car);
assertThat(rentalAgency.allRentedVehicles()).contains(catalinaCar, windows95Car);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment