Skip to content

Commit

Permalink
Fix terrain related test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 20, 2023
1 parent 4cde83c commit 7555beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Models/CesiumSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describeIfSupported("Cesium Model", function () {
spyOn(
workbenchTerrainItem as any,
"_private_loadTerrainProvider"
).and.returnValue(CesiumTerrainProvider.fromUrl("some/url"));
).and.returnValue(new CesiumTerrainProvider());
(await terria.workbench.add(workbenchTerrainItem)).throwIfError();
})
);
Expand Down

0 comments on commit 7555beb

Please sign in to comment.