Skip to content

Commit

Permalink
EWP-86 updated unit test for monitored data
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNasayo committed Jul 18, 2023
1 parent 0b2acc8 commit 7e701ff
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 7e701ff

Please sign in to comment.