Split up index Test method

This commit is contained in:
Andrin Fassbind
2021-11-12 10:53:40 +01:00
parent 73bb92de53
commit bac531a674
+1 -1
View File
@@ -11,7 +11,7 @@ public class TextTest {
@BeforeEach
void setup() {
ArrayList<String> stringListe = new ArrayList<>();
stringListe = new ArrayList<>();
txt = new Text();
}