Skip to content

Commit

Permalink
Fix failing tests #3839
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMehl committed Feb 11, 2025
1 parent 904bc46 commit 1dc71ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe("scenarioService", () => {
{ provide: MatDialog, useValue: { open: jest.fn() } },
{ provide: State, useValue: { getValue: () => defaultState } },
{ provide: ThreeCameraService, useValue: { setPosition: jest.fn() } },
{ provide: ThreeMapControlsService, useValue: { setControlTarget: jest.fn() } }
{ provide: ThreeMapControlsService, useValue: { setControlTarget: jest.fn(), updateControls: jest.fn() } }
]
})

Expand Down

0 comments on commit 1dc71ee

Please sign in to comment.