Skip to content

Commit d1e9d3a

Browse files
FlorentinDadamnsch
andcommitted
Fix test assertion to include RC compat
Co-authored-by: Adam Schill Collberg <adam.schill.collberg@protonmail.com>
1 parent c5dba4e commit d1e9d3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

proc/sysinfo/src/test/java/org/neo4j/gds/SysInfoProcTest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ void testSysInfoProc() throws IOException {
150150
"Neo4j 5.3"
151151
);
152152
break;
153+
case V_RC:
154+
expectedCompatibilities = Set.of(
155+
"Neo4j Settings RC (placeholder)",
156+
"Neo4j Settings RC",
157+
"Neo4j RC (placeholder)",
158+
"Neo4j RC"
159+
);
160+
break;
153161
default:
154162
throw new IllegalStateException("Unexpected Neo4j version: " + neo4jVersion);
155163
}

0 commit comments

Comments
 (0)