diff --git a/applications/graph-store-catalog/src/test/java/org/neo4j/gds/applications/graphstorecatalog/DefaultGraphCatalogApplicationsTest.java b/applications/graph-store-catalog/src/test/java/org/neo4j/gds/applications/graphstorecatalog/DefaultGraphCatalogApplicationsTest.java index 27b4fefc8f..d03e998a74 100644 --- a/applications/graph-store-catalog/src/test/java/org/neo4j/gds/applications/graphstorecatalog/DefaultGraphCatalogApplicationsTest.java +++ b/applications/graph-store-catalog/src/test/java/org/neo4j/gds/applications/graphstorecatalog/DefaultGraphCatalogApplicationsTest.java @@ -184,8 +184,8 @@ void shouldHandleNullsInNativeProjectParameters() { null, null, null - )).withMessage("Multiple errors in configuration arguments:\n" + - "\t\t\t\tNo value specified for the mandatory configuration parameter `nodeProjection`\n" + + )).withMessage("Multiple errors in configuration arguments:" + System.lineSeparator() + + "\t\t\t\tNo value specified for the mandatory configuration parameter `nodeProjection`" + System.lineSeparator() + "\t\t\t\tNo value specified for the mandatory configuration parameter `relationshipProjection`"); assertThatIllegalArgumentException().isThrownBy(() -> facade.nativeProject( @@ -259,8 +259,8 @@ void shouldHandleNullsInCypherProjectParameters() { null, null, null - )).withMessage("Multiple errors in configuration arguments:\n" + - "\t\t\t\tNo value specified for the mandatory configuration parameter `nodeQuery`\n" + + )).withMessage("Multiple errors in configuration arguments:" + System.lineSeparator() + + "\t\t\t\tNo value specified for the mandatory configuration parameter `nodeQuery`" + System.lineSeparator() + "\t\t\t\tNo value specified for the mandatory configuration parameter `relationshipQuery`"); assertThatIllegalArgumentException().isThrownBy(() -> facade.cypherProject(