Skip to content

Commit

Permalink
Merge pull request #8 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
EWP-86 updated unit test for waterpointcontent, added test for ext_id
  • Loading branch information
CarlosNasayo authored Jul 18, 2023
2 parents 3fec4af + 0b2acc8 commit 4add8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/test_wp_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def setUp(self):
area=100.0,
climatology=['climate1', 'climate2'],
other_attributes=['attr1', 'attr2'],
watershed=self.watershed
watershed=self.watershed,
ext_id='512'
)

self.waterpoint.save()
Expand Down

0 comments on commit 4add8c8

Please sign in to comment.