Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Feb 1, 2021
1 parent ae64d1c commit 0c9843f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public void testGetGeoJsonFromStructureDetailShouldReturnJsonStringWithMoreProps
structureDetail.setCommune("Amabtorohanana");
structureDetail.setStructureId(UUID.randomUUID().toString());
structureDetail.setTaskStatus(Task.TaskStatus.READY.toString());
structureDetail.setStructureType("waterpoint");
String jsonArrayString = geoJsonUtils.getGeoJsonFromStructureDetail(Collections.singletonList(structureDetail));
List<Location> structures = JsonFormUtils.gson.fromJson(jsonArrayString, new TypeToken<List<Location>>() {
}.getType());
Expand Down

0 comments on commit 0c9843f

Please sign in to comment.