Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
HARP_13901: Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicsulfate committed Feb 1, 2021
1 parent 7a5eb54 commit 845286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @here/harp-mapview/test/PickingRaycasterTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("PickingRaycaster", function () {
let raycaster: PickingRaycaster;

beforeEach(function () {
raycaster = new PickingRaycaster(0, 0);
raycaster = new PickingRaycaster(new THREE.Vector2());
});

describe("intersectObject(s)", function () {
Expand Down

0 comments on commit 845286a

Please sign in to comment.