Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.schirmeister committed Sep 18, 2024
1 parent 495ce3e commit d1a5c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_extended_plot(self, tmp_path):
warnings.simplefilter("ignore")
simulate(args)
for expected_file in [
"active_rotations.png", "charge_types.png", "Station-0_overview.png",
"active_rotations.png", "charge_types.png", "Station-0_power_overview.png",
"distribution_consumption.png", "distribution_distance.png"
]:
assert (tmp_path / f"report_1/extended_plots/{expected_file}").exists(), (
Expand Down

0 comments on commit d1a5c97

Please sign in to comment.