Improved test

This commit is contained in:
Luca Frosini 2020-11-04 19:26:03 +01:00
parent 89a6a7f404
commit 79a3550715
1 changed files with 0 additions and 3 deletions

View File

@ -211,9 +211,6 @@ public class MultiContextTest extends ContextTest {
List<Context> contexts = resourceRegistryPublisher.getAllContext();
logger.debug("{}", contexts);
contexts = resourceRegistryPublisher.getAllContext();
logger.debug("{}", contexts);
ContextCache contextCache = ContextCache.getInstance();
Map<UUID, String> uuidToContextFullName = contextCache.getUUIDToContextFullNameAssociation();
logger.debug("{}", uuidToContextFullName);