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

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update TestRuntime.cs
  • Loading branch information
dse committed Oct 10, 2017
commit 507edc9610f472ea72fb666979742d156e762887
2 changes: 1 addition & 1 deletion src/embed_tests/TestRuntime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void SetUp()
[Test]
public static void Py_IsInitializedValue()
{
// We defenitely knows that all engines are shut downed.
// We know for sure that all engines are shut down.
// Runtime.Runtime.Py_Finalize();
Assert.AreEqual(0, Runtime.Runtime.Py_IsInitialized());
Runtime.Runtime.Py_Initialize();
Expand Down