Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed javascript test
  • Loading branch information
goglepox committed Feb 16, 2012
1 parent 603bf0b commit c65e0dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public static void setUpBeforeClass() throws Exception {
public void scriptingWorks() {
assertEquals(
"the scripting class can be called and returns the right answer",
4, env.eval("2+2")
4.0, env.eval("2+2")
);
}
}

0 comments on commit c65e0dd

Please sign in to comment.