Skip to content

Commit

Permalink
Fix second spec to properly "mock" having content
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Jan 21, 2025
1 parent cefb360 commit bc24bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/Specs/Scene/Cesium3DTilesetHeatmapSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe("Scene/Cesium3DTilesetHeatmap", function () {
undefined,
);
tile._contentState = Cesium3DTileContentState.READY;
tile.hasEmptyContent = false;
tile.hasRenderableContent = true; // Mock the tile having content
const frameState = scene.frameState;
tile._selectedFrame = frameState.frameNumber;
const originalColor = tile._debugColor;
Expand Down

0 comments on commit bc24bda

Please sign in to comment.