We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70be2ad commit ec8a8beCopy full SHA for ec8a8be
proc/sysinfo/src/test/java/org/neo4j/gds/SysInfoProcTest.java
@@ -113,7 +113,7 @@ void testSysInfoProc() throws IOException {
113
var actualItems = (items instanceof String) ? List.of(items) : items;
114
assertThat(actualItems)
115
.asInstanceOf(InstanceOfAssertFactories.list(String.class))
116
- .containsExactlyElementsOf(expectedCompatibilities);
+ .containsExactlyInAnyOrderElementsOf(expectedCompatibilities);
117
};
118
119
assertThat(result)
0 commit comments