Skip to content

Commit

Permalink
more round testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leesafini committed Jan 13, 2017
1 parent 7650e3d commit 792d246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Specs/Scene/ExpressionSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1599,8 +1599,8 @@ defineSuite([
var expression = new Expression('log(1.0)');
expect(expression.evaluate(frameState, undefined)).toEqual(0.0);

expression = new Expression('log(Math.E)');
expect(expression.evaluate(frameState, undefined)).toEqual(1.0);
expression = new Expression('log(10.0)');
expect(expression.evaluate(frameState, undefined)).toEqual(2.302585092994046);
});

it('throws if log function takes an invalid number of arguments', function() {
Expand Down

0 comments on commit 792d246

Please sign in to comment.