Skip to content

Commit

Permalink
Fix failing test #753
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereboss committed Sep 17, 2024
1 parent 7db1ab6 commit 52c5d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ describe("ThreeMapControlsService", () => {
threeMapControlsService.autoFitTo()
await wait(0)

expect(threeCameraService.camera.position).toEqual(new Vector3(8.724_905_929_183_022, 8.724_905_929_183_022, 0))
expect(threeCameraService.camera.position).toEqual(new Vector3(5.423_365_845_416_211, 5.423_365_845_416_211, 0))
})

it("should call an control update", async () => {
Expand Down

0 comments on commit 52c5d9b

Please sign in to comment.