Skip to content

Commit 09dbebb

Browse files
committed
fixup! Update libgit2 to 6c59d79
1 parent b4c5d2b commit 09dbebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibGit2Sharp.Tests/BranchFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ public void CreatingABranchIncludesTheCorrectReflogEntries()
11591159
branch = repo.Branches.Add("bar", repo.Head.Tip);
11601160

11611161
AssertRefLogEntry(repo, branch.CanonicalName,
1162-
"BAR",
1162+
"branch: Created from " + repo.Head.Tip.Sha,
11631163
null, repo.Head.Tip.Id,
11641164
Constants.Identity, DateTimeOffset.Now);
11651165
}

0 commit comments

Comments
 (0)