diff --git a/ixmp/tests/core/test_scenario.py b/ixmp/tests/core/test_scenario.py index 4728519d3..2ff59a38d 100644 --- a/ixmp/tests/core/test_scenario.py +++ b/ixmp/tests/core/test_scenario.py @@ -344,7 +344,7 @@ def test_meta(self, mp, test_dict): exp = test_dict['test_string'] assert obs == exp - scen.delete_meta(['test_int', 'test_bool']) + scen.remove_meta(['test_int', 'test_bool']) obs = scen.get_meta() assert len(obs) == 4 assert set(obs.keys()) == {'test_string', 'test_number',