Skip to content

Commit a7368fc

Browse files
author
Dave Syer
committed
Move grab-sample to resources dir
1 parent 439f041 commit a7368fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

spring-boot-cli/src/test/java/org/springframework/boot/cli/GrabCommandIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class GrabCommandIntegrationTests {
3636

3737
@Rule
38-
public CliTester cli = new CliTester("grab-samples/");
38+
public CliTester cli = new CliTester("src/test/resources/grab-samples/");
3939

4040
@Before
4141
@After

0 commit comments

Comments
 (0)