Skip to content

Commit fe50d7a

Browse files
committed
Fix cherry pick to 2.3
1 parent 77555f7 commit fe50d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open-model-catalog/src/test/java/org/neo4j/gds/core/model/OpenModelCatalogTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void shouldNotifyListeners() {
129129
GRAPH_SCHEMA,
130130
"testTrainData",
131131
TestTrainConfig.of(USERNAME, "testModel"),
132-
new TestCustomInfo()
132+
Map::of
133133
);
134134

135135
assertThat(counter.getCount()).isEqualTo(0);

0 commit comments

Comments
 (0)