Skip to content

Commit 77d8bef

Browse files
committed
Change test function name
1 parent 0f0fc94 commit 77d8bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algo/src/test/java/org/neo4j/gds/embeddings/graphsage/algo/SingleLabelGraphSageTrainTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class SingleLabelGraphSageTrainTest {
105105
private TestGraph unequalGraph;
106106

107107
@Test
108-
void shouldStoreMultiLabelFeatureFunctionInModel() {
108+
void shouldStoreSingleLabelFeatureFunctionInModel() {
109109
Graph weightedGraph = graphStore.getGraph(NodeLabel.of("Dish"), RelationshipType.of("REPLACES"), Optional.empty());
110110
var config = GraphSageTrainConfigImpl.builder()
111111
.modelUser("")
@@ -130,7 +130,7 @@ void shouldStoreMultiLabelFeatureFunctionInModel() {
130130
}
131131

132132
@Test
133-
void runsTrainingOnMultiLabelGraph() {
133+
void runsTrainingOnSingleLabelGraph() {
134134
String modelName = "gsModel";
135135

136136
Graph weightedGraph = graphStore.getGraph(NodeLabel.of("Dish"), RelationshipType.of("REPLACES"), Optional.empty());

0 commit comments

Comments
 (0)