Skip to content

Commit

Permalink
estag fazendo cagada
Browse files Browse the repository at this point in the history
chrislima committed Sep 4, 2024
1 parent 8e5ae1b commit 90edc2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ public class TesteCarrinhoCompra {
@Test
public void testSomaTotalCompra() throws NumeroNegativoException {

Brownie bw1 = new Brownie("Brownie Nutella", 6, 150);
Brownie bw1 = new Brownie("Brownie Nutella", 6, 250);
Brownie bw2 = new Brownie("Brownie Doce de Leite", 4, 100);

CarrinhoCompra carrinho = new CarrinhoCompra();

0 comments on commit 90edc2a

Please sign in to comment.