Skip to content

Commit 3dbf327

Browse files
s1ckFlorentinD
andcommitted
Fix Neo4jVersionTest
Co-authored-by: Florentin Dörre <[email protected]>
1 parent fb2732d commit 3dbf327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ class Neo4jVersionTest {
3737
"4.3.0, V_4_3",
3838
"4.4.0, V_4_4",
3939
"4.4.12, V_4_4",
40-
"4.4.6-drop01.0, V_4_4_drop10",
41-
"4.4.7-drop01.0, V_4_4_drop10",
40+
"4.4.6-drop01.0, V_4_4_7_drop10",
41+
"4.4.7-drop01.0, V_4_4_7_drop10",
4242
"4.4.8-drop01.0, V_4_4_8_drop10",
4343
"5.0.0-drop02.0, V_5_0_drop20",
4444
"5.0.0-dev, V_Dev",

0 commit comments

Comments
 (0)