Remove public modifier on JUnit5 lifecycle methods
See gh-17292
This commit is contained in:
@@ -37,7 +37,7 @@ class LaunchScriptConfigurationTests {
|
||||
private final Project project = mock(Project.class);
|
||||
|
||||
@BeforeEach
|
||||
public void setUp() {
|
||||
void setUp() {
|
||||
given(this.task.getProject()).willReturn(this.project);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user