Skip to content

Commit

Permalink
test: fix visualization test case
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Nov 29, 2024
1 parent 4d30a70 commit 6abd663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/visualization/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 6abd663

Please sign in to comment.