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

Skip to content

Commit ca96444

Browse files
committed
fixed domain reload test, that tries to call static method from object instance
1 parent ff86507 commit ca96444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/embed_tests/TestDomainReload.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ from Python.EmbeddingTest.Domain import MyClass
191191
def test_obj_call():
192192
obj = MyClass()
193193
obj.Method()
194-
obj.StaticMethod()
194+
MyClass.StaticMethod()
195195
obj.Property = 1
196196
obj.Field = 10
197197

0 commit comments

Comments
 (0)