Skip to content

Commit

Permalink
Update NextVersionCalculatorTests.cs
Browse files Browse the repository at this point in the history
no FF, like GitHub
  • Loading branch information
FISHMANPET committed Jul 13, 2020
1 parent 8f0571e commit 7d1a796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public void MergeIntoMainline()
fixture.BranchTo("foo");
fixture.MakeACommit();
fixture.Checkout("master");
fixture.Merge("foo");
fixture.MergeNoFF("foo");

fixture.AssertFullSemver("1.0.0", config);
}
Expand Down

0 comments on commit 7d1a796

Please sign in to comment.