Skip to content

Commit

Permalink
fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Dec 6, 2023
1 parent 97679cf commit b15ef1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tinypages.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ def plot_file(plt, num, subnum):

# test that the plot has the camera position updated with a checksum when the Plotter has an app instance
assert (
imread(html_dir / 'plot_cone_00_01.png').sum()
!= imread(html_dir / 'plot_cone_00_02.png').sum()
imread(html_dir / 'plot_cone_01_00.png').sum()
!= imread(html_dir / 'plot_cone_01_01.png').sum()
)

0 comments on commit b15ef1b

Please sign in to comment.