test: adds tests for query service
4 unresolved threads
4 unresolved threads
Compare changes
Files
3+ 96
− 0
- Comment on lines +60 to +65
60 machineLearning: [ 61 { type: MLTypesEnum.linkPrediction, parameters: [], id: 1 }, 62 { type: MLTypesEnum.centrality, parameters: [], id: 2 }, 63 { type: MLTypesEnum.communityDetection, parameters: [], id: 3 }, 64 { type: MLTypesEnum.shortestPath, parameters: [], id: 4 }, 65 ], 60 machineLearning: ml I think this would also work
Lets keep this as minimal as possible. For what its testing at the moment, only these keys are necessary. The rest does not appear in the result, and would not need to be provided