removed test method testing from TextTest.java
This commit is contained in:
parent
45acdd6241
commit
03d69783cd
|
@ -109,10 +109,4 @@ public class TextTest {
|
||||||
stringListe = txt.index();
|
stringListe = txt.index();
|
||||||
Assertions.assertEquals(0, stringListe.size());
|
Assertions.assertEquals(0, stringListe.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
void testing() {
|
|
||||||
txt.add("");
|
|
||||||
txt.index();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue