diff --git a/tests/discovery/test_cropscape.py b/tests/discovery/test_cropscape.py index 3d594cc35d..500a1ac822 100644 --- a/tests/discovery/test_cropscape.py +++ b/tests/discovery/test_cropscape.py @@ -17,4 +17,4 @@ def test_croptype(): assert crop == 'Dbl Crop WinWht/Sorghum' if crop2 is not None: # assert crop2 == 'Sorghum' - assert crop2 == 'Soybeans' + assert crop2 in ['Soybeans', 'Winter Wheat']