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()) {