mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Move grab-sample to resources dir
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ import static org.junit.Assert.assertTrue;
|
||||
public class GrabCommandIntegrationTests {
|
||||
|
||||
@Rule
|
||||
public CliTester cli = new CliTester("grab-samples/");
|
||||
public CliTester cli = new CliTester("src/test/resources/grab-samples/");
|
||||
|
||||
@Before
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user