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 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class TextTest {
@BeforeEach @BeforeEach
void setup() { void setup() {
ArrayList<String> stringListe = new ArrayList<>(); stringListe = new ArrayList<>();
txt = new Text(); txt = new Text();
} }