mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Adopt Spring Java Format's JUnit 5 check
Closes gh-941
This commit is contained in:
@@ -56,7 +56,7 @@ class MainControllerStatsIntegrationTests extends AbstractFullStackInitializrInt
|
||||
private ProjectGenerationStatPublisher projectGenerationStatPublisher;
|
||||
|
||||
@BeforeEach
|
||||
public void setup() {
|
||||
void setup() {
|
||||
this.statsMockController.stats.clear();
|
||||
// Make sure our mock is going to be invoked with the stats
|
||||
this.projectGenerationStatPublisher
|
||||
|
@@ -76,7 +76,7 @@ class ProjectGenerationStatPublisherTests {
|
||||
private MockRestServiceServer mockServer;
|
||||
|
||||
@BeforeEach
|
||||
public void setUp() {
|
||||
void setUp() {
|
||||
configureService(createProperties());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user