We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9510f commit 9197f23Copy full SHA for 9197f23
Tests/TestConstants.cs
@@ -19,7 +19,7 @@ public static class TestConstants
19
public static string GetTestDataDirectory()
20
{
21
var assembly = Assembly.GetExecutingAssembly();
22
- var solutionDir = new FileInfo(new Uri(assembly.Location).LocalPath).Directory?.Parent?.Parent ??
+ var solutionDir = new FileInfo(new Uri(assembly.Location).LocalPath).Directory?.Parent?.Parent?.Parent ??
23
throw new InvalidOperationException(assembly.Location);
24
return Path.Combine(solutionDir.FullName, "TestData");
25
}
0 commit comments