File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
cypher/cypher-test/src/test/java/org/neo4j/gds/storageengine
proc/sysinfo/src/test/java/org/neo4j/gds Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,6 @@ void testLabels() {
100100 });
101101 }
102102
103- @ Test
104- void shouldHaveProperties43 () {
105- nodeCursor .next ();
106- assertThat (nodeCursor .hasProperties ()).isTrue ();
107- assertThat (nodeCursor .propertiesReference ()).isEqualTo (0L );
108- }
109-
110103 @ Test
111104 void shouldHaveProperties () {
112105 nodeCursor .next ();
Original file line number Diff line number Diff line change 4848class SysInfoProcTest extends BaseProcTest {
4949
5050 private static final Collection <String > ALL_COMPATIBILITIES = List .of (
51- "Neo4j 4.3" ,
5251 "Neo4j 4.4" ,
53- "Neo4j Settings 4.x " ,
52+ "Neo4j Settings 4.4 " ,
5453
5554 "Neo4j 5.1" ,
5655 "Neo4j 5.1 (placeholder)" ,
@@ -120,7 +119,7 @@ void testSysInfoProc() throws IOException {
120119 Set <String > expectedCompatibilities ;
121120 switch (neo4jVersion ) {
122121 case V_4_4 :
123- expectedCompatibilities = Set .of ("Neo4j 4.4" , "Neo4j Settings 4.x " );
122+ expectedCompatibilities = Set .of ("Neo4j 4.4" , "Neo4j Settings 4.4 " );
124123 break ;
125124 case V_5_1 :
126125 expectedCompatibilities = Set .of (
You can’t perform that action at this time.
0 commit comments