From 5259273f829cc39408d3c1bea56c94a53c86aa5b Mon Sep 17 00:00:00 2001 From: henriquenicolli Date: Wed, 22 Aug 2018 20:31:18 -0300 Subject: [PATCH] testes consertados --- src/test/java/br/utfpr/tdd/ex1/AlunoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/br/utfpr/tdd/ex1/AlunoTest.java b/src/test/java/br/utfpr/tdd/ex1/AlunoTest.java index b7f8281..4f7e714 100644 --- a/src/test/java/br/utfpr/tdd/ex1/AlunoTest.java +++ b/src/test/java/br/utfpr/tdd/ex1/AlunoTest.java @@ -9,7 +9,7 @@ * @author andreendo */ public class AlunoTest { - + //testes consertados @Test public void testNotaAtividadesTresNotas() { Aluno aluno = new Aluno("RA", "Joao Da Silva");