We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf7fc8 commit 48548dcCopy full SHA for 48548dc
LibGit2Sharp.Tests/NetworkFixture.cs
@@ -247,7 +247,7 @@ public void CanMergeFetchedRefs()
247
248
MergeOptions mergeOptions = new MergeOptions()
249
{
250
- FastForwardStrategy = FastForwardStrategy.NoFastFoward
+ FastForwardStrategy = FastForwardStrategy.NoFastForward
251
};
252
253
MergeResult mergeResult = repo.MergeFetchedRefs(Constants.Signature, mergeOptions);
0 commit comments