reformat code
This commit is contained in:
parent
3bfcf18800
commit
e40c7ddcf6
|
@ -95,7 +95,7 @@ public class TextTest {
|
|||
*/
|
||||
@Test
|
||||
void indexTestTwo() {
|
||||
txt.add("Word word Word Test");
|
||||
txt.add("\"Word word Word Test");
|
||||
stringListe = txt.index();
|
||||
Assertions.assertEquals("Word 1", stringListe.get(0));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue