Skip to content

Commit f8d4a10

Browse files
Mats-SXDarthMaxvnickolov
committed
Remove unnecessary sudo: true
Co-authored-by: Max Kießling <[email protected]> Co-authored-by: Veselin Nikolov <[email protected]>
1 parent 4e04756 commit f8d4a10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

alpha/alpha-proc/src/test/java/org/neo4j/graphalgo/triangle/TriangleDocTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ void shouldWriteTriangleCount() {
104104
" orientation: 'UNDIRECTED'" +
105105
" }" +
106106
" }," +
107-
" sudo: true," +
108107
" writeProperty: 'triangles'," +
109108
" clusteringCoefficientProperty: 'clusteringCoefficient'" +
110109
" })" +
@@ -133,7 +132,6 @@ void shouldStreamTriangleCount() {
133132
" orientation: 'UNDIRECTED'" +
134133
" }" +
135134
" }," +
136-
" sudo: true," +
137135
" concurrency: 4" +
138136
" })" +
139137
" YIELD nodeId, triangles, localClusteringCoefficient" +
@@ -169,7 +167,6 @@ void shouldWriteTriangleCountForYelpDataset() {
169167
" orientation: 'UNDIRECTED'" +
170168
" }" +
171169
" }," +
172-
" sudo: true," +
173170
" concurrency: 4," +
174171
" writeProperty: 'triangles'," +
175172
" clusteringCoefficientProperty: 'coefficient'" +
@@ -194,7 +191,6 @@ void shouldWriteWithCypherProjection() {
194191
" nodeQuery: 'MATCH (p:Person) RETURN id(p) AS id'," +
195192
" relationshipQuery: 'MATCH (p1:Person)-[:KNOWS]-(p2:Person) RETURN id(p1) AS source, id(p2) AS target'," +
196193
" writeProperty: 'triangle'," +
197-
" sudo: true," +
198194
" clusteringCoefficientProperty: 'coefficient'" +
199195
" }) YIELD nodeCount, triangleCount, averageClusteringCoefficient";
200196

0 commit comments

Comments
 (0)