Skip to content

Commit 78165c3

Browse files
committed
GenericTest
1 parent 02f3032 commit 78165c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unity/test/Src/Cases/Python/CrossLang/GenericTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public void ListRangePythonTest()
4848
var pythonEnv = new ScriptEnv(new BackendPython());
4949
pythonEnv.Eval(@"
5050
exec('''
51-
import System.Collections.Generic.List__T1 as List
51+
import System.Collections.Generic.List_1 as List_1
5252
import System
53-
ListInt = puerts.generic(List, System.Int32)
53+
ListInt = puerts.generic(List_1, System.Int32)
5454
ls = ListInt()
5555
ls.Add(1)
5656
ls.Add(2)

0 commit comments

Comments
 (0)