diff --git a/src/services/experiments/execution/__tests__/running-simulation-service.test.js b/src/services/experiments/execution/__tests__/running-simulation-service.test.js index 9492c9fa6d1d1a2ea97af49449db67f08df23e7d..7af3b6e72eb1dbc0f5b53d53d0a9ffd960e99855 100644 --- a/src/services/experiments/execution/__tests__/running-simulation-service.test.js +++ b/src/services/experiments/execution/__tests__/running-simulation-service.test.js @@ -166,7 +166,7 @@ test('can retrieve the state of a simulation', async () => { test('can set the state of a simulation', async () => { let returnValuePUT = undefined; - jest.spyOn(ErrorHandlerService.instance, 'updateSimuationError').mockImplementation(); + jest.spyOn(ErrorHandlerService.instance, 'updateSimulationError').mockImplementation(); jest.spyOn(RunningSimulationService.instance, 'httpRequestPUT').mockImplementation(() => { if (RunningSimulationService.instance.httpRequestGET.mock.calls.length === 1) { returnValuePUT = {};