Skip to content

Commit

Permalink
fixed jsre test
Browse files Browse the repository at this point in the history
  • Loading branch information
zsfelfoldi committed Mar 20, 2015
1 parent 8324b68 commit 85acdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsre/jsre_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 85acdad

Please sign in to comment.