mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Polish
This commit is contained in:
+2
-2
@@ -42,12 +42,12 @@ public class TestCommandIntegrationTests {
|
||||
public CliTester cli = new CliTester("test-samples/");
|
||||
|
||||
@Before
|
||||
public void setup() throws Exception {
|
||||
public void setUp() throws Exception {
|
||||
System.setProperty("disableSpringSnapshotRepos", "false");
|
||||
}
|
||||
|
||||
@After
|
||||
public void teardown() {
|
||||
public void tearDown() {
|
||||
System.clearProperty("disableSpringSnapshotRepos");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user