Skip to content

Commit

Permalink
Fix refresh test
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Nov 28, 2023
1 parent 3a26431 commit 0425446
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void testBundledFiles() throws IOException {
String parentResourceType = (String) map.get(RESOURCE_TYPE);
// if Library, resource will be translated into "Measure" in main bundled file:
if (parentResourceType.equalsIgnoreCase(LIB_TYPE)) {
resourceTypeMap.put((String) map.get(ID), MEASURE_TYPE);
resourceTypeMap.put((String) map.get(ID), LIB_TYPE);
} else if (parentResourceType.equalsIgnoreCase(BUNDLE_TYPE)) {
// file is a bundle type, loop through resources in entry list, build up map of
// <id, resourceType>:
Expand Down

0 comments on commit 0425446

Please sign in to comment.