Skip to content

Commit bcfe9be

Browse files
Add changelog entry for store filter query parameters
1 parent 065998d commit bcfe9be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

subgraph-filtering/src/test/java/org/neo4j/gds/beta/filter/expression/ExpressionEvaluatorTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,9 @@ boolean hasLabelsOrTypes(List<String> labelsOrTypes) {
395395
@ValueClass
396396
static class TestContext extends EvaluationContext {
397397

398-
TestContext() {super(Map.of());}
398+
TestContext() {
399+
super(Map.of());
400+
}
399401

400402
@Value.Default
401403
public String propertyKey() {

0 commit comments

Comments
 (0)