Skip to content

Commit 6cb755b

Browse files
committed
Update NextVersionCalculatorTests.cs
1 parent 637d703 commit 6cb755b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore.Tests/VersionCalculation/NextVersionCalculatorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void PreReleaseTagCanUseBranchNameMainline()
144144
fixture.BranchTo("custom/foo");
145145
fixture.MakeACommit();
146146

147-
fixture.AssertFullSemver("1.0.0-foo.1.2", config);
147+
fixture.AssertFullSemver("1.0.0-foo.2", config);
148148
}
149149

150150
[Test]

0 commit comments

Comments
 (0)