Syntax fix.

This commit is contained in:
Erik C. Thauvin 2018-07-03 14:01:09 -07:00
parent 53bd8d7476
commit 964ddf5168

View file

@ -71,7 +71,7 @@ object SemverConfigSpec : Spek({
} }
} }
on("should be version.properties") { on("should be version.properties") {
assertTrue(config.properties.equals("version.properties")) assertTrue(config.properties == "version.properties")
} }
on("set keys to test.xxx") { on("set keys to test.xxx") {
config.keysPrefix = "test." config.keysPrefix = "test."