Skip to content

Commit

Permalink
ci: solo al modificar ficheros afectados
Browse files Browse the repository at this point in the history
  • Loading branch information
marinajcs committed Nov 9, 2024
1 parent 5d08e61 commit 05c3af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/subastas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('Validaciones al finalizar una subasta y adjudicarse un lote', () => {
expect(transferenciaObraExitosa(subasta)).to.be.true;
});

it('el comprador paga el precio de martillo y el vendedor recibe dicha cantidad menos el % de comisión', () => {
it('el comprador paga el precio de martillo y el vendedor recibe tal cantidad menos el % de comisión', () => {
const subasta = new Subasta("s1", lotes[0], users[0], 20, 10);
const pujaMinima = subasta.precioInicial + subasta.incremento;
const saldoInicial = pujaMinima*2;
Expand Down

0 comments on commit 05c3af2

Please sign in to comment.