We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e698f07 commit c8adf4aCopy full SHA for c8adf4a
alpha/alpha-algo/src/test/java/org/neo4j/gds/impl/ClosenessCentralityDirectedTest.java
@@ -88,7 +88,7 @@ class ClosenessCentralityDirectedTest {
88
private Graph graph;
89
90
@Test
91
- void testGetCentrality() {
+ void testCentrality() {
92
MSClosenessCentrality algo = new MSClosenessCentrality(
93
graph,
94
ConcurrencyConfig.DEFAULT_CONCURRENCY,
@@ -104,7 +104,7 @@ void testGetCentrality() {
104
}
105
106
107
- void testGetCentralityWithWassermanFaust() {
+ void testCentralityWithWassermanFaust() {
108
109
110
0 commit comments