Skip to content

Commit

Permalink
Fix wrong_split_line_3_png on personal Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bansan85 committed Dec 28, 2020
1 parent 62ffce0 commit 7c5fa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ def test_wrong_split_line_3_png() -> None:
ConstString.image_border(1, 3): ("range", 208, 208),
ConstString.image_border(1, 4): ("range", 208, 208),
ConstString.image_dpi(2): ("difference", 300, 0.0000001),
ConstString.image_border(2, 1): ("range", 187, 191),
ConstString.image_border(2, 2): ("range", 91, 95),
ConstString.image_border(2, 1): ("range", 187, 192),
ConstString.image_border(2, 2): ("range", 90, 95),
ConstString.image_border(2, 3): ("range", 214, 215),
ConstString.image_border(2, 4): ("range", 214, 215),
},
Expand Down

0 comments on commit 7c5fa78

Please sign in to comment.