Skip to content

Commit e43eed7

Browse files
committed
Fix test
1 parent e356bee commit e43eed7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ class SysInfoProcTest extends BaseProcTest {
6666
"Neo4j 5.3",
6767
"Neo4j 5.3 (placeholder)",
6868
"Neo4j Settings 5.3",
69-
"Neo4j Settings 5.3 (placeholder)"
69+
"Neo4j Settings 5.3 (placeholder)",
70+
71+
"Neo4j 5.4",
72+
"Neo4j 5.4 (placeholder)",
73+
"Neo4j Settings 5.4",
74+
"Neo4j Settings 5.4 (placeholder)"
7075
);
7176

7277
@BeforeEach
@@ -145,6 +150,7 @@ void testSysInfoProc() throws IOException {
145150
"Neo4j 5.3 (placeholder)",
146151
"Neo4j 5.3"
147152
);
153+
break;
148154
case V_5_4:
149155
expectedCompatibilities = Set.of(
150156
"Neo4j Settings 5.4 (placeholder)",

0 commit comments

Comments
 (0)