Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce20ffb

Browse files
committed
fixed broken OneTimeSetUp in TestCallbacks
1 parent ba8cad2 commit ce20ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed_tests/TestCallbacks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Python.EmbeddingTest {
77
public class TestCallbacks {
88
[OneTimeSetUp]
99
public void SetUp() {
10-
string path = Environment.GetEnvironmentVariable("PATH");
10+
PythonEngine.Initialize();
1111
}
1212

1313
[OneTimeTearDown]

0 commit comments

Comments
 (0)