Merge branch 'dev' into wip/push-notify

This commit is contained in:
Jason Calabrese
2015-06-08 00:25:05 -07:00
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -197,8 +197,8 @@ describe('Pebble Endpoint with Raw', function ( ) {
res.body.cals.length.should.equal(1);
var cal = res.body.cals[0];
cal.slope.should.equal(896);
cal.intercept.should.equal(34281);
cal.slope.toFixed(3).should.equal('895.857');
cal.intercept.toFixed(3).should.equal('34281.069');
cal.scale.should.equal(1);
done( );
});