Skip to content

Commit bd1ef45

Browse files
yorahnulltoken
authored andcommitted
Add BaseFixture.CloneMergedTestRepo()
1 parent ff7bc1d commit bd1ef45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LibGit2Sharp.Tests/TestHelpers/BaseFixture.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ protected string CloneStandardTestRepo()
7979
return Clone(StandardTestRepoWorkingDirPath);
8080
}
8181

82+
protected string CloneMergedTestRepo()
83+
{
84+
return Clone(MergedTestRepoWorkingDirPath);
85+
}
86+
8287
public string CloneSubmoduleTestRepo()
8388
{
8489
var submodule = Path.Combine(ResourcesDirectory.FullName, "submodule_wd");

0 commit comments

Comments
 (0)