Skip to content

Commit

Permalink
migrate light_disposable_cell, astyle battery density test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll committed Aug 23, 2024
1 parent d3c41a4 commit 570ae95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/json/obsoletion_and_migration_0.I/migration_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,11 @@
"type": "MIGRATION",
"replace": "light_battery_cell"
},
{
"id": "light_disposable_cell",
"type": "MIGRATION",
"replace": "light_battery_cell"
},
{
"id": "light_dry_cell",
"type": "MIGRATION",
Expand Down
1 change: 0 additions & 1 deletion tests/battery_density_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ static const std::map<std::string, battery_chemistry_family> chemistries = {
{std::string( "Nickel-Metal Hydride" ), { 400.0, 1550.0}},
{std::string( "Zinc-Manganese Dioxide" ), { 590.0, 1430.0}},
{std::string( "Lithium/Iron Disulfide" ), { 1069.0, 2160.0}},

{std::string( "Lead-acid" ), { 180, 360 }}
};

Expand Down

0 comments on commit 570ae95

Please sign in to comment.