TextLogik remove duplicated code
This commit is contained in:
@@ -92,4 +92,10 @@ 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