Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienJaussaudGeosys committed May 24, 2024
1 parent 8d4f990 commit 168fbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_int_geosys.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ def test_get_farm_info_from_location(self):

def test_retrieve_sfid_from_geometry(self):
result = self.client.get_sfid_from_geometry(geometry='POLYGON((-96.5130239465625 40.6059966855058,-96.37878474978515 40.6059966855058,-96.37878474978515 40.52044824466329,-96.5130239465625 40.52044824466329,-96.5130239465625 40.6059966855058))')
assert result.count() == 20
assert len(result) == 20

0 comments on commit 168fbda

Please sign in to comment.