Skip to content

Commit 3f914ca

Browse files
committed
Update test PyImport path
Changed when consolidate output paths
1 parent 73b8a9d commit 3f914ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed_tests/pyimport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public void SetUp()
2222
* using reflection to circumvent the private
2323
* modifiers placed on most Runtime methods.
2424
*/
25-
const string s = @"../../../../tests";
25+
const string s = @"../../tests";
2626

2727
string testPath = Path.Combine(TestContext.CurrentContext.TestDirectory, s);
2828

0 commit comments

Comments
 (0)