Fixup: Wrong assumption, wrong calculation.

This commit is contained in:
2021-05-11 09:55:21 +01:00
parent cdedb59476
commit 6507c43648
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -337,7 +337,7 @@ func (suite *Tests) TestSetup_CalculateSemver() {
},
wantSemver: wantSemver{
Major: 1,
Minor: 2,
Minor: 3,
Patch: 1,
},
},
@@ -351,7 +351,7 @@ func (suite *Tests) TestSetup_CalculateSemver() {
},
wantSemver: wantSemver{
Major: 1,
Minor: 2,
Minor: 3,
Patch: 1,
},
},