Skip to content

Commit 8001e9a

Browse files
committed
Update PathProviderTest.java
1 parent ef75db4 commit 8001e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/visual_regression_tracker/sdk_java/PathProviderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
public class PathProviderTest {
1111

12-
String apiUrl = "http://localhost:4200";
13-
PathProvider pathProvider;
12+
private final String apiUrl = "http://localhost:4200";
13+
private PathProvider pathProvider;
1414

1515
@BeforeMethod()
1616
public void setUp() {

0 commit comments

Comments
 (0)