We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81edde commit e6a5459Copy full SHA for e6a5459
src/test/java/com/sendgrid/TestRequiredFilesExist.java
@@ -8,8 +8,8 @@ public class TestRequiredFilesExist {
8
9
// ./Docker or docker/Docker
10
@Test public void checkDockerExists() {
11
- boolean dockerExists = new File("./Docker").exists() ||
12
- new File("./docker/Docker").exists();
+ boolean dockerExists = new File("./Dockerfile").exists() ||
+ new File("./docker/Dockerfile").exists();
13
assertTrue(dockerExists);
14
}
15
0 commit comments