From d438e43762083bd020c3a4b9b436cadeca7445c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nadja=20M=C3=BCller?= Date: Mon, 2 Oct 2023 15:41:29 +0200 Subject: [PATCH] temp commit --- it/src/test/java/apoc/it/core/StartupTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/it/src/test/java/apoc/it/core/StartupTest.java b/it/src/test/java/apoc/it/core/StartupTest.java index e114c8dfb..31b756e2a 100644 --- a/it/src/test/java/apoc/it/core/StartupTest.java +++ b/it/src/test/java/apoc/it/core/StartupTest.java @@ -63,13 +63,11 @@ public void check_basic_deployment() { assertTrue(procedureCount > 0); assertTrue(functionCount > 0); assertTrue(coreCount > 0); - // Check there's one and only one logger for apoc inside the container - // and it doesn't override the one inside the database + // Check there's one and only one logger for apoc inside the container and it doesn't override the one inside the database assertFalse(startupLog.contains("[main] INFO org.eclipse.jetty.server.Server")); assertFalse(startupLog.contains("SLF4J: No SLF4J providers were found")); assertFalse(startupLog.contains("SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder\"")); assertFalse(startupLog.contains("SLF4J: Class path contains multiple SLF4J providers")); - session.close(); neo4jContainer.close(); } catch (Exception ex) {