File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
algo/src/test/java/org/neo4j/graphalgo/triangle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ void parallelTriangles() {
201
201
}
202
202
203
203
@ Test
204
- void triangleNotOnFirstPath () {
204
+ void triangleNotOnFirstPathAndFirstNodeHasNoMoreNeighbours () {
205
205
var graph = fromGdl (
206
206
"CREATE " +
207
207
" (n0)-[:REL]->(n1)" +
@@ -222,7 +222,7 @@ void triangleNotOnFirstPath() {
222
222
}
223
223
224
224
@ Test
225
- void triangleNotOnFirstPath2 () {
225
+ void triangleNotOnFirstPathAndFirstNodeHasAnotherNeighbours () {
226
226
var graph = fromGdl (
227
227
"CREATE " +
228
228
" (n0)-[:REL]->(n1)" +
@@ -245,7 +245,7 @@ void triangleNotOnFirstPath2() {
245
245
}
246
246
247
247
@ Test
248
- void triangleNotOnFirstPath3 () {
248
+ void triangleNotOnFirstPathAndFirstNodeHasTheMostNeighbours () {
249
249
var graph = fromGdl (
250
250
"CREATE " +
251
251
" (n0)-[:REL]->(n1)" +
You can’t perform that action at this time.
0 commit comments