Commit d868f66d by Antonio Rueda

Corregido fallo en test tras renombrado de operación

buscarHotelesDisponiblesPorLocalidad()
parent ecc90d78
......@@ -59,7 +59,7 @@ public class TestServicioReservas {
servicio.nuevoHotel(hotel2);
servicio.nuevoHotel(hotel3);
List<Hotel> hoteles = servicio.buscarPorLocalidad("almeria",
List<Hotel> hoteles = servicio.buscarHotelesDisponiblesPorLocalidad("almeria",
LocalDate.now().plusWeeks(2),
LocalDate.now().plusWeeks(2).plusDays(2),
0, 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment