diff --git a/tests/test_build_datapackage.py b/tests/test_build_datapackage.py index c33cd46..579b2dc 100644 --- a/tests/test_build_datapackage.py +++ b/tests/test_build_datapackage.py @@ -187,7 +187,7 @@ def mock_get_process(process_name): test_path = os.path.join(path_default, "build_datapackage_test") goal_path = os.path.join(path_default, "build_datapackage_goal") process_adapter_map = { - "modex_tech_generator_gas": "ConversionAdapter", + "modex_tech_generator_gas": "ExtractionTurbineAdapter", "modex_tech_storage_battery": "StorageAdapter", "modex_tech_wind_turbine_onshore": "VolatileAdapter", }