Skip to content

Commit ac90a84

Browse files
committed
Fix test to match actual error message format
1 parent d3a6050 commit ac90a84

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

test/spec/detection_spec.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
remote: ! Error: Your app is configured to use the Java buildpack,
1111
remote: ! but we couldn't find any supported Java project files.
1212
remote: !
13-
remote: ! The Java buildpack only supports Maven projects. It requires a 'pom.xml'
13+
remote: ! The Java buildpack only supports Maven projects. It requires a pom.xml
1414
remote: ! file or other supported POM format in the root directory of your source code.
1515
remote: !
16-
remote: ! Supported POM formats: pom.xml, pom.atom, pom.clj, pom.groovy,
17-
remote: ! pom.rb, pom.scala, pom.yaml, pom.yml
16+
remote: ! Supported POM formats: pom.xml, pom.atom, pom.clj, pom.groovy, pom.rb, pom.scala, pom.yaml, pom.yml
1817
remote: !
1918
remote: ! IMPORTANT: If your Java project uses a different build tool:
2019
remote: ! - For Gradle projects, use the heroku/gradle buildpack instead
@@ -30,7 +29,7 @@
3029
remote: ! 2. Has the correct spelling (the filenames are case-sensitive).
3130
remote: ! 3. Isn't listed in '.gitignore' or '.slugignore'.
3231
remote: ! 4. Has been added to the Git repository using 'git add --all'
33-
remote: ! and then committed using 'git commit'.
32+
remote: ! and then committed using 'git commit'.
3433
remote: !
3534
remote: ! For help with using Java on Heroku, see:
3635
remote: ! https://devcenter.heroku.com/articles/java-support

0 commit comments

Comments
 (0)