diff --git a/tests/visualization/test_plot.py b/tests/visualization/test_plot.py index 5ca0eba..dbb84a1 100644 --- a/tests/visualization/test_plot.py +++ b/tests/visualization/test_plot.py @@ -9,7 +9,7 @@ def test_generate_plots(): response = import_response(PkgDataAccess.locate_response()) figs = generate_plots(response, "test_instance") - assert len(figs) == 6 + assert len(figs) == 8 def test_plot_depot_vehicle_loads():