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 6301a50 commit 58932d0Copy full SHA for 58932d0
LibGit2Sharp.Tests/ReferenceFixture.cs
@@ -68,7 +68,7 @@ public void BlindlyCreatingASymbolicReferenceOverAnExistingOneThrows()
68
TemporaryCloneOfTestRepo path = BuildTemporaryCloneOfTestRepo();
69
using (var repo = new Repository(path.RepositoryPath))
70
{
71
- Assert.Throws<LibGit2SharpException>(() => repo.Refs.Add("HEAD", "refs/head/br2"));
+ Assert.Throws<LibGit2SharpException>(() => repo.Refs.Add("HEAD", "refs/heads/br2"));
72
}
73
74
0 commit comments