Skip to content

Commit bb9daa1

Browse files
committed
Update Neo4j 5.26.8
1 parent 81be931 commit bb9daa1

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.7", "5.26.7"))
38+
assertThat(Neo4jVersionLookup.parse("5.26.8", "5.26.8"))
3939
.returns(true, v -> v.matches(5, 26));
4040
}
4141

0 commit comments

Comments
 (0)