Browse Source

should be a.Call18, not a.Call17

qnnnnez 9 years ago
parent
commit
066acda9e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jint.Tests/Runtime/InteropTests.cs

+ 1 - 1
Jint.Tests/Runtime/InteropTests.cs

@@ -1374,7 +1374,7 @@ namespace Jint.Tests.Runtime
             _engine.SetValue("a", new A());
             // Action<int>
             RunTest(@"
-                assert(a.Call17(function(value){ assert(value === 18); }));
+                assert(a.Call18(function(value){ assert(value === 18); }));
             ");
         }