fixed JUnit Test

This commit is contained in:
Francesco Mangiacrapa 2022-03-01 17:00:10 +01:00
parent b7b702f8e9
commit 44f7124933
1 changed files with 1 additions and 1 deletions

View File

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