Skip to content

Commit

Permalink
Merge pull request #9 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
EWP-86 updated unit test for monitored data
  • Loading branch information
CarlosNasayo authored Jul 18, 2023
2 parents 4add8c8 + 7e701ff commit 4082d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/test_monitored.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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()
# Crea un objeto DataEntry de prueba con referencia al objeto Waterpoint mockeado
Expand Down

0 comments on commit 4082d68

Please sign in to comment.