TextLogik remove duplicated code

This commit is contained in:
Andrin Fassbind
2021-11-11 17:18:50 +01:00
parent 6b0eabea71
commit bc4dd38db4
3 changed files with 30 additions and 12 deletions
+6
View File
@@ -92,4 +92,10 @@ public class TextTest {
stringListe = txt.index();
Assertions.assertEquals(0,stringListe.size());
}
@Test
void testing() {
txt.add("");
txt.index();
}
}