Skip to content

Commit c8adf4a

Browse files
IoannisPanagiotasjjaderberg
authored andcommitted
minor
1 parent e698f07 commit c8adf4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alpha/alpha-algo/src/test/java/org/neo4j/gds/impl/ClosenessCentralityDirectedTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ClosenessCentralityDirectedTest {
8888
private Graph graph;
8989

9090
@Test
91-
void testGetCentrality() {
91+
void testCentrality() {
9292
MSClosenessCentrality algo = new MSClosenessCentrality(
9393
graph,
9494
ConcurrencyConfig.DEFAULT_CONCURRENCY,
@@ -104,7 +104,7 @@ void testGetCentrality() {
104104
}
105105

106106
@Test
107-
void testGetCentralityWithWassermanFaust() {
107+
void testCentralityWithWassermanFaust() {
108108
MSClosenessCentrality algo = new MSClosenessCentrality(
109109
graph,
110110
ConcurrencyConfig.DEFAULT_CONCURRENCY,

0 commit comments

Comments
 (0)