This commit is contained in:
2026-05-09 03:50:38 +03:30
parent 7ffa76fd45
commit 0aa0a60e74
5 changed files with 70 additions and 39 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ public class ParserTest {
@BeforeAll
static void setUp() throws IOException {
handle = new Parser();
handle.setUp();
String filePath = "src/main/resources/Movies.html";
handle = new Parser(filePath);
}
@Test