Skip to content

Commit

Permalink
Restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland committed Feb 5, 2025
1 parent 108d8b4 commit 5a73814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ def test_consolidate_quantity(newcapa_agent, retro_agent):
(*agents[retro_agent.uuid].keys(), "installed", "year", "technology", quantity)
)
assert set(actual.columns) == cols
assert all(actual.year == newcapa_agent.year)
assert all(actual.installed == newcapa_agent.year)
assert all(
name in (newcapa_agent.name, retro_agent.name) for name in actual.agent.unique()
Expand Down

0 comments on commit 5a73814

Please sign in to comment.