File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
alpha/alpha-proc/src/test/java/org/neo4j/graphalgo/triangle Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ void shouldWriteTriangleCount() {
104
104
" orientation: 'UNDIRECTED'" +
105
105
" }" +
106
106
" }," +
107
- " sudo: true," +
108
107
" writeProperty: 'triangles'," +
109
108
" clusteringCoefficientProperty: 'clusteringCoefficient'" +
110
109
" })" +
@@ -133,7 +132,6 @@ void shouldStreamTriangleCount() {
133
132
" orientation: 'UNDIRECTED'" +
134
133
" }" +
135
134
" }," +
136
- " sudo: true," +
137
135
" concurrency: 4" +
138
136
" })" +
139
137
" YIELD nodeId, triangles, localClusteringCoefficient" +
@@ -169,7 +167,6 @@ void shouldWriteTriangleCountForYelpDataset() {
169
167
" orientation: 'UNDIRECTED'" +
170
168
" }" +
171
169
" }," +
172
- " sudo: true," +
173
170
" concurrency: 4," +
174
171
" writeProperty: 'triangles'," +
175
172
" clusteringCoefficientProperty: 'coefficient'" +
@@ -194,7 +191,6 @@ void shouldWriteWithCypherProjection() {
194
191
" nodeQuery: 'MATCH (p:Person) RETURN id(p) AS id'," +
195
192
" relationshipQuery: 'MATCH (p1:Person)-[:KNOWS]-(p2:Person) RETURN id(p1) AS source, id(p2) AS target'," +
196
193
" writeProperty: 'triangle'," +
197
- " sudo: true," +
198
194
" clusteringCoefficientProperty: 'coefficient'" +
199
195
" }) YIELD nodeCount, triangleCount, averageClusteringCoefficient" ;
200
196
You can’t perform that action at this time.
0 commit comments