Skip to content

Commit ec3e9a4

Browse files
committed
Fix tests
1 parent f670d36 commit ec3e9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/visualization/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
def test_generate_plots():
77
response = import_response(PkgDataAccess.locate_response())
88
figs = generate_plots(response, "test_instance")
9-
assert len(figs) == 4
9+
assert len(figs) == 6

0 commit comments

Comments
 (0)