Skip to content

Commit 77a42bb

Browse files
author
Damian Staszewski
committed
static variable to private static
1 parent 5e52364 commit 77a42bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/pl/stachuofficial/HiRezAPITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ StringData patch(Paladins.Platform platform) {
3939
}
4040
}
4141

42-
static HiRezTest apitest;
42+
private static HiRezTest apitest;
4343

4444
@BeforeAll
4545
static void setUp() {

0 commit comments

Comments
 (0)