Skip to content

Commit

Permalink
Fix adapter name in build_datapackage test
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Oct 6, 2023
1 parent 80c6932 commit 77383ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_build_datapackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit 77383ad

Please sign in to comment.