Added name to boolen parameters.
This commit is contained in:
parent
b590486ffd
commit
fe6503fffc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ object SemverVersionSpec : Spek({
|
|||
}
|
||||
}
|
||||
on("increment all") {
|
||||
version.increment(true, true, true)
|
||||
version.increment(isMajor = true, isMinor = true, isPatch = true)
|
||||
it("should return 3.1.1") {
|
||||
assertEquals("3.1.1", version.semver)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue