good morning!!!!

Skip to content
Snippets Groups Projects
Commit 85acdadc authored by Zsolt Felföldi's avatar Zsolt Felföldi
Browse files

fixed jsre test

parent 8324b683
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ func TestBind(t *testing.T) {
jsre.Bind("no", &testNativeObjectBinding{jsre.ToVal})
val, err := jsre.Run(`no.testMethod("testMsg")`)
val, err := jsre.Run(`no.TestMethod("testMsg")`)
if err != nil {
t.Errorf("expected no error, got %v", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment