diff --git a/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java b/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java deleted file mode 100644 index aab4072..0000000 --- a/src/test/java/br/gov/softwarepublico/teste/modelo/ImovelTestePedro.java +++ /dev/null @@ -1,26 +0,0 @@ -package br.gov.softwarepublico.teste.modelo; - -public class ImovelTestePedro { - - private String matricula; - private String matricula2; - - public String getMatricula() { - return matricula; - } - - public void setMatricula(String matricula) { - this.matricula = matricula; - } - - public String getMatricula2() { - return matricula2; - } - - public void setMatricula2(String matricula2) { - this.matricula2 = matricula2; - } - - - -} -- libgit2 0.21.2