mirror of
https://github.com/lightbend/config.git
synced 2025-03-14 19:30:25 +08:00
change test name and remove unnecessary braces
This commit is contained in:
parent
2506f745f7
commit
b45345e3ac
@ -75,9 +75,8 @@ final class SimpleConfig implements Config, MergeableValue, Serializable {
|
||||
|
||||
if (resolved == object)
|
||||
return this;
|
||||
else {
|
||||
else
|
||||
return new SimpleConfig((AbstractConfigObject) resolved);
|
||||
}
|
||||
}
|
||||
|
||||
private ConfigValue hasPathPeek(String pathExpression) {
|
||||
|
@ -802,7 +802,7 @@ class ConfParserTest extends TestUtils {
|
||||
}
|
||||
|
||||
@Test
|
||||
def includeWithSubstitutionsInArray() {
|
||||
def includeWithSubstitutionsFromList() {
|
||||
val conf = ConfigFactory.parseString("include file(" + jsonQuotedResourceFile("include-from-list") + ")")
|
||||
|
||||
val resolved = conf.resolve()
|
||||
|
Loading…
Reference in New Issue
Block a user