Skip to content

Commit 7d1a796

Browse files
committed
Update NextVersionCalculatorTests.cs
no FF, like GitHub
1 parent 8f0571e commit 7d1a796

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
@@ -172,7 +172,7 @@ public void MergeIntoMainline()
172172
fixture.BranchTo("foo");
173173
fixture.MakeACommit();
174174
fixture.Checkout("master");
175-
fixture.Merge("foo");
175+
fixture.MergeNoFF("foo");
176176

177177
fixture.AssertFullSemver("1.0.0", config);
178178
}

0 commit comments

Comments
 (0)