Skip to content

Commit ad05996

Browse files
committed
Update Neo4j 5.26.12
1 parent 8227d1e commit ad05996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j-adapter/src/test/java/org/neo4j/gds/compat/Neo4jVersionLookupTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void testParseCalVer() {
3535

3636
@Test
3737
void testParseV5() {
38-
assertThat(Neo4jVersionLookup.parse("5.26.11", "5.26.11"))
38+
assertThat(Neo4jVersionLookup.parse("5.26.12", "5.26.12"))
3939
.returns(true, v -> v.matches(5, 26));
4040
}
4141

0 commit comments

Comments
 (0)