Skip to content

Commit

Permalink
Update location lineage code system
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Feb 5, 2025
1 parent 711d069 commit f1d87ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public interface Header {
public interface Meta {
interface Tag {
String SYSTEM_LOCATION_HIERARCHY =
"http://smartregister.org/CodeSystem/location-hierarchy";
"http://smartregister.org/CodeSystem/location-lineage";
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public void testFetchAllDescendantsGeneratesCorrectQueryFilter() {

Assert.assertNotNull(result);
Assert.assertEquals(
"Location?&_tag=http://smartregister.org/CodeSystem/location-hierarchy%7Ctest-parent-location-id,&type=https://smartregister.org/codes/administrative-level%7C4,",
"Location?&_tag=http://smartregister.org/CodeSystem/location-lineage%7Ctest-parent-location-id,&type=https://smartregister.org/codes/administrative-level%7C4,",
result);
}

Expand Down

0 comments on commit f1d87ea

Please sign in to comment.