Skip to content

Commit 6f19c34

Browse files
committed
Adapt to still existing @DataClass
1 parent 27a7549 commit 6f19c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph-projection-api/src/test/java/org/neo4j/gds/NodeProjectionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void shouldFailOnAmbiguousNodePropertyDefinition(
190190
PropertyMapping second,
191191
String... messages
192192
) {
193-
var builder = ImmutableNodeProjections.builder().projections(Map.of(
193+
var builder = NodeProjections.builder().projections(Map.of(
194194
NodeLabel.of("A"),
195195
NodeProjection
196196
.builder()

0 commit comments

Comments
 (0)