removed test method testing from TextTest.java

This commit is contained in:
schrom01 2021-11-12 11:16:04 +01:00
parent 45acdd6241
commit 03d69783cd
1 changed files with 0 additions and 6 deletions

View File

@ -109,10 +109,4 @@ public class TextTest {
stringListe = txt.index();
Assertions.assertEquals(0, stringListe.size());
}
@Test
void testing() {
txt.add("");
txt.index();
}
}