Skip to content

Commit

Permalink
Merge pull request #7 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
CarlosNasayo authored Jul 18, 2023
2 parents 354bb6b + bdf7456 commit 3fec4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_waterpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_create_waterpoint(self):
self.waterpoint.save()
self.assertIsNotNone(self.waterpoint.id)

# Verifica que el Waterpoint haya sido creado exitosamente
# Verifica que el Waterpoint haya sido creado exitosament
waterpoint = Waterpoint.objects(id=self.waterpoint.id).first()
self.assertEqual(waterpoint.lat, 1.2345)
self.assertEqual(waterpoint.lon, 2.3456)
Expand Down

0 comments on commit 3fec4af

Please sign in to comment.