Skip to content

Commit

Permalink
invalidated config caches in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iantmoore committed Jan 12, 2017
1 parent e12f50a commit a4f315e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/test/scala/org/substeps/ConfigTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class ConfigTest extends FunSuite with Matchers{
case None => "conf"
}

ConfigFactory.invalidateCaches()


val config = ConfigFactory.load(s"localhost.$ext")

println("cfg: " +
Expand Down

0 comments on commit a4f315e

Please sign in to comment.