mirror of
https://github.com/lightbend/config.git
synced 2025-03-22 23:30:27 +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)
|
if (resolved == object)
|
||||||
return this;
|
return this;
|
||||||
else {
|
else
|
||||||
return new SimpleConfig((AbstractConfigObject) resolved);
|
return new SimpleConfig((AbstractConfigObject) resolved);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private ConfigValue hasPathPeek(String pathExpression) {
|
private ConfigValue hasPathPeek(String pathExpression) {
|
||||||
|
@ -802,7 +802,7 @@ class ConfParserTest extends TestUtils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
def includeWithSubstitutionsInArray() {
|
def includeWithSubstitutionsFromList() {
|
||||||
val conf = ConfigFactory.parseString("include file(" + jsonQuotedResourceFile("include-from-list") + ")")
|
val conf = ConfigFactory.parseString("include file(" + jsonQuotedResourceFile("include-from-list") + ")")
|
||||||
|
|
||||||
val resolved = conf.resolve()
|
val resolved = conf.resolve()
|
||||||
|
Loading…
Reference in New Issue
Block a user