Skip to content

Commit

Permalink
correct the figure name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dou Du committed May 29, 2024
1 parent 16d9225 commit e05bb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_figures.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from PIL import Image, ImageChops, ImageStat

image1 = Image.open('widget-sample.png')
image1 = Image.open('widget-01.png')
image2 = Image.open('test/widget-sample.png')

diff = ImageChops.difference(image1, image2)
Expand Down

0 comments on commit e05bb33

Please sign in to comment.