From 79a355071547fda1d161f40f38d4995ba57ff038 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 4 Nov 2020 19:26:03 +0100 Subject: [PATCH] Improved test --- .../resourceregistry/publisher/MultiContextTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/MultiContextTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/MultiContextTest.java index 233ca4a..f4f4108 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/MultiContextTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/publisher/MultiContextTest.java @@ -211,9 +211,6 @@ public class MultiContextTest extends ContextTest { List contexts = resourceRegistryPublisher.getAllContext(); logger.debug("{}", contexts); - contexts = resourceRegistryPublisher.getAllContext(); - logger.debug("{}", contexts); - ContextCache contextCache = ContextCache.getInstance(); Map uuidToContextFullName = contextCache.getUUIDToContextFullNameAssociation(); logger.debug("{}", uuidToContextFullName);