mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-13 08:58:48 +00:00
haciendo pruebas en SK
This commit is contained in:
@ -14,7 +14,7 @@ public class savePresupuestosTest {
|
||||
|
||||
@Test
|
||||
void testGuardarPresupuesto() {
|
||||
Long resultado = cartService.crearPedido(8L);
|
||||
Long resultado = cartService.crearPedido(9L);
|
||||
|
||||
System.out.println("📦 Presupuesto guardado:");
|
||||
System.out.println(resultado);
|
||||
|
||||
Reference in New Issue
Block a user