Skip to content
Snippets Groups Projects
Commit 18515b20 authored by Antoine Detailleur's avatar Antoine Detailleur
Browse files

[NRRPLT-7930] test passed

parent e2300d04
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ test('should go through the list of available servers when trying to start an ex
MockAvailableServers.forEach(server => {
expect(ServerResourcesService.instance.getServerConfig).toHaveBeenCalledWith(server.id);
});
expect(ErrorHandlerService.instance.startSimulationError).toHaveBeenCalled();
done();
});
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment