We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b8a9d commit 3f914caCopy full SHA for 3f914ca
src/embed_tests/pyimport.cs
@@ -22,7 +22,7 @@ public void SetUp()
22
* using reflection to circumvent the private
23
* modifiers placed on most Runtime methods.
24
*/
25
- const string s = @"../../../../tests";
+ const string s = @"../../tests";
26
27
string testPath = Path.Combine(TestContext.CurrentContext.TestDirectory, s);
28
0 commit comments