Skip to content

Commit bdcecc5

Browse files
Mats-SXs1ckFlorentinD
committed
Rename tests to better signal intention
Co-authored-by: Martin Junghanns <[email protected]> Co-authored-by: Florentin Dörre <[email protected]>
1 parent 2636703 commit bdcecc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

algo/src/test/java/org/neo4j/graphalgo/triangle/IntersectingTriangleCountTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void parallelTriangles() {
201201
}
202202

203203
@Test
204-
void triangleNotOnFirstPath() {
204+
void triangleNotOnFirstPathAndFirstNodeHasNoMoreNeighbours() {
205205
var graph = fromGdl(
206206
"CREATE " +
207207
" (n0)-[:REL]->(n1)" +
@@ -222,7 +222,7 @@ void triangleNotOnFirstPath() {
222222
}
223223

224224
@Test
225-
void triangleNotOnFirstPath2() {
225+
void triangleNotOnFirstPathAndFirstNodeHasAnotherNeighbours() {
226226
var graph = fromGdl(
227227
"CREATE " +
228228
" (n0)-[:REL]->(n1)" +
@@ -245,7 +245,7 @@ void triangleNotOnFirstPath2() {
245245
}
246246

247247
@Test
248-
void triangleNotOnFirstPath3() {
248+
void triangleNotOnFirstPathAndFirstNodeHasTheMostNeighbours() {
249249
var graph = fromGdl(
250250
"CREATE " +
251251
" (n0)-[:REL]->(n1)" +

0 commit comments

Comments
 (0)