Skip to content

Commit bbf0096

Browse files
committed
Fix unit test discovery of test assets
1 parent a240072 commit bbf0096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp.Tests/TestHelpers/BaseFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private static void SetUpTestEnvironment()
6161

6262
string initialAssemblyParentFolder = Directory.GetParent(new Uri(typeof(BaseFixture).Assembly.EscapedCodeBase).LocalPath).FullName;
6363

64-
const string sourceRelativePath = @"../../../LibGit2Sharp.Tests/Resources";
64+
const string sourceRelativePath = @"../../../../LibGit2Sharp.Tests/Resources";
6565
ResourcesDirectory = new DirectoryInfo(Path.Combine(initialAssemblyParentFolder, sourceRelativePath));
6666

6767
// Setup standard paths to our test repositories

0 commit comments

Comments
 (0)