Skip to content

Commit

Permalink
Merge branch 'feature/506399-MostrarHorarioGasolinera' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
HERRERA99 committed Nov 7, 2024
2 parents 75db675 + 0df809a commit 6959e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void setUp() throws Exception {
@Test
public void procesaHorarioTest() {
assertEquals(procesaHorario("L-D: 08:00-21:00", "L"), "08:00-21:00");
assertEquals(procesaHorario("L-D: 08:00-14:00 y 16:00-22:00", "L"), "08:00-14:00, 16:00-22:00");
assertEquals(procesaHorario("L-D: 08:00-14:00 y 16:00-22:00", "L"), "08:00-14:00 y 16:00-22:00");
assertEquals(procesaHorario("M-V: 08:00-21:00", "L"), "Todo el día");
assertEquals(procesaHorario("L-D: 24H", "L"), "24H");
assertEquals(procesaHorario("", "L"), "Sin detalles de horario");
Expand Down

0 comments on commit 6959e6e

Please sign in to comment.