Syntax fix.
This commit is contained in:
parent
53bd8d7476
commit
964ddf5168
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue