Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Apr 26, 2019
1 parent 52e7b20 commit 7e6c20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Scene/Cesium3DTilesetHeatmapSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defineSuite([
Math.abs(expectedColor.green - tileColor.green),
Math.abs(expectedColor.blue - tileColor.blue));

var threshold = 0.01;
var threshold = 0.11;
expect(diff.red).toBeLessThan(threshold);
expect(diff.green).toBeLessThan(threshold);
expect(diff.blue).toBeLessThan(threshold);
Expand Down

0 comments on commit 7e6c20f

Please sign in to comment.