🌐 AI搜索 & 代理 主页
Skip to content

Commit 0345af2

Browse files
authored
Update TestRuntime.cs
1 parent 3be7c79 commit 0345af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/embed_tests/TestRuntime.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public static void PlatformCache()
3939
[Test]
4040
public static void Py_IsInitializedValue()
4141
{
42-
// We know for sure that all engines are shut down.
43-
// Runtime.Runtime.Py_Finalize();
42+
Runtime.Runtime.Py_Finalize();
43+
4444
Assert.AreEqual(0, Runtime.Runtime.Py_IsInitialized());
4545
Runtime.Runtime.Py_Initialize();
4646
Assert.AreEqual(1, Runtime.Runtime.Py_IsInitialized());

0 commit comments

Comments
 (0)