From 03d69783cdbb754347848b5c1ff1bc222ef6e06d Mon Sep 17 00:00:00 2001 From: schrom01 Date: Fri, 12 Nov 2021 11:16:04 +0100 Subject: [PATCH] removed test method testing from TextTest.java --- test/TextTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/TextTest.java b/test/TextTest.java index dfe0aba..2a72b28 100644 --- a/test/TextTest.java +++ b/test/TextTest.java @@ -109,10 +109,4 @@ public class TextTest { stringListe = txt.index(); Assertions.assertEquals(0, stringListe.size()); } - - @Test - void testing() { - txt.add(""); - txt.index(); - } }