diff --git a/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala b/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala index 856ae127..3ff87377 100644 --- a/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala +++ b/config/src/test/scala/com/typesafe/config/impl/ConfParserTest.scala @@ -814,8 +814,7 @@ class ConfParserTest extends TestUtils { "include required(classpath( \"test01\" ))", "include required( classpath( \"test01\" ))", "include required(classpath( \"test01\" ) )", - "include required( classpath( \"test01\" ) )" - ) + "include required( classpath( \"test01\" ) )") // should have loaded conf, json, properties confs.foreach { c =>