Skip to content

Commit

Permalink
Switch test to kind_detail from crop
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Oct 25, 2019
1 parent d0ec961 commit fd9b39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-test/1588-quay-wharf-other-sort-rank.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_crop(self):
z, x, y, 'landuse', {
'id': 145660534,
'kind': 'farmland',
'crop': 'rice',
'kind_detail': 'rice',
})

def test_crop_remap_sugarcane(self):
Expand All @@ -43,7 +43,7 @@ def test_crop_remap_sugarcane(self):
z, x, y, 'landuse', {
'id': 145660534,
'kind': 'farmland',
'crop': 'sugarcane',
'kind_detail': 'sugarcane',
})


Expand Down

0 comments on commit fd9b39c

Please sign in to comment.