Skip to content

Commit e4ecd03

Browse files
BENCH-187-TEST-CONTAINERS Refactored AbstractContainerBaseTest
1 parent f83d8fa commit e4ecd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/answerdigital/answerking/utility/AbstractContainerBaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@ActiveProfiles("test")
99
public abstract class AbstractContainerBaseTest {
10-
static final MySQLContainer MYSQL_CONTAINER;
10+
private static final MySQLContainer MYSQL_CONTAINER;
1111

1212
static {
1313
MYSQL_CONTAINER =

0 commit comments

Comments
 (0)