From 44f7124933ce30585d61a5c4ea28e4f37cf55edb Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Tue, 1 Mar 2022 17:00:10 +0100 Subject: [PATCH] fixed JUnit Test --- .../metadataprofilediscovery/TestMetadataFormatDiscovery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/gcube/common/metadataprofilediscovery/TestMetadataFormatDiscovery.java b/src/test/java/org/gcube/common/metadataprofilediscovery/TestMetadataFormatDiscovery.java index e58b74a..87ee411 100644 --- a/src/test/java/org/gcube/common/metadataprofilediscovery/TestMetadataFormatDiscovery.java +++ b/src/test/java/org/gcube/common/metadataprofilediscovery/TestMetadataFormatDiscovery.java @@ -29,7 +29,7 @@ public class TestMetadataFormatDiscovery { MetadataFormatDiscovery reader; try { ScopeProvider.instance.set(scopeString); - reader = new MetadataFormatDiscovery(scope, grMetadataProfileSecondaryType); + reader = new MetadataFormatDiscovery(scope, grMetadataProfileSecondaryType, null); //System.out.println(reader.getMetadataProfiles()); for (MetadataProfile metaProfile : reader.getMetadataProfiles()) {