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