Skip to content

Commit

Permalink
Update GroovyConfigPropertySourceLoaderSpec.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 6, 2022
1 parent d3db6f6 commit 3eaf678
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ class GroovyConfigPropertySourceLoaderSpec extends Specification {
def config = new PropertySourcesConfig(propertySources)

then:
config.size() == 7
config.size() == 9
config.getProperty("my.local.var", String.class) == "test"
config.getProperty("foo.bar", String.class) == "test"
config.getProperty("userHomeVar", String.class)

}
Expand Down

0 comments on commit 3eaf678

Please sign in to comment.