Skip to content

Commit

Permalink
fix VisualTest
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Dec 27, 2024
1 parent 69692a3 commit 38bb1fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/znsio/teswiz/runner/VisualTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class VisualTest {
public static void setupBefore() throws IOException {
System.setProperty("LOG_DIR", LOG_DIR);
new File(LOG_DIR).mkdirs();
LogManager.getLogger();

pdfFileName = "src/test/resources/pdf/Teswiz.pdf";
pdfFile = new File(pdfFileName);
Expand Down

0 comments on commit 38bb1fd

Please sign in to comment.