Hi,
we are using neo4j with GDS in a spring project (kotlin) and want to test our repository functions. For this we are using an in-memory database with neo4j-harness.
When I try to create a GDS graph in my test function, neo4j does not find any nod...