We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a240072 commit bbf0096Copy full SHA for bbf0096
LibGit2Sharp.Tests/TestHelpers/BaseFixture.cs
@@ -61,7 +61,7 @@ private static void SetUpTestEnvironment()
61
62
string initialAssemblyParentFolder = Directory.GetParent(new Uri(typeof(BaseFixture).Assembly.EscapedCodeBase).LocalPath).FullName;
63
64
- const string sourceRelativePath = @"../../../LibGit2Sharp.Tests/Resources";
+ const string sourceRelativePath = @"../../../../LibGit2Sharp.Tests/Resources";
65
ResourcesDirectory = new DirectoryInfo(Path.Combine(initialAssemblyParentFolder, sourceRelativePath));
66
67
// Setup standard paths to our test repositories
0 commit comments