update tests

This commit is contained in:
Claire Simpson 2025-03-11 13:06:35 -06:00
parent 93737f8f7f
commit 59634ff357
2 changed files with 2 additions and 3 deletions

View File

@ -435,8 +435,7 @@ class CarbonValidationTests(unittest.TestCase):
self.assertEqual(invalid_keys, expected_missing_keys)
def test_invalid_lulc_years(self):
"""Test that providing an Alternate LULC year < Baseline LULC error
raises a ValueError"""
"""Test Alternate LULC year < Baseline LULC year raises a ValueError"""
from natcap.invest import carbon
args = {

View File

@ -24,7 +24,7 @@ TEST_MESSAGES = {
"InVEST Carbon Model": "ιиνєѕт ςαявσи мσ∂єℓ",
"Available models:": "αναιℓαвℓє мσ∂єℓѕ:",
"Carbon Storage and Sequestration": "ςαявσи ѕтσяαgє αи∂ ѕєףυєѕтяαтισи",
"baseline LULC": "ςυяяєит ℓυℓς",
"baseline LULC": "вαѕєℓιиє ℓυℓς",
missing_key_msg: "кєу ιѕ мιѕѕιиg fяσм тнє αяgѕ ∂ιςт",
not_a_number_msg: 'ναℓυє "{value}" ςσυℓ∂ иσт вє ιитєяρяєтє∂ αѕ α иυмвєя'
}