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