Skip to content

Commit 824a3d2

Browse files
authored
Merge branch 'master' into patch-1
2 parents 88d72bc + 8a866e3 commit 824a3d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersionCore.Tests/Core/RepositoryExtensionsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ private class TestableBranchCollection : BranchCollection
5252
private readonly IRepository repository;
5353
public TestableBranchCollection(IRepository repository)
5454
{
55+
this.repository = repository;
5556
}
5657

5758
IDictionary<string, Branch> branches = new Dictionary<string, Branch>();

0 commit comments

Comments
 (0)