Skip to content

Commit 9197f23

Browse files
Up one more directory
1 parent cf9510f commit 9197f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class TestConstants
1919
public static string GetTestDataDirectory()
2020
{
2121
var assembly = Assembly.GetExecutingAssembly();
22-
var solutionDir = new FileInfo(new Uri(assembly.Location).LocalPath).Directory?.Parent?.Parent ??
22+
var solutionDir = new FileInfo(new Uri(assembly.Location).LocalPath).Directory?.Parent?.Parent?.Parent ??
2323
throw new InvalidOperationException(assembly.Location);
2424
return Path.Combine(solutionDir.FullName, "TestData");
2525
}

0 commit comments

Comments
 (0)