Skip to content

Commit 9d0acb2

Browse files
committed
Fix test values.
1 parent 0c39a78 commit 9d0acb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_ticker.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ def check_offset_for(left, right, offset):
180180
(-100000.5, -99990.5, -100000),
181181
(1233999, 1234001, 1234000),
182182
(-1234001, -1233999, -1234000),
183-
(1, 1, 0),
184-
(123, 123, 123),
183+
(1, 1, 1),
184+
(123, 123, 120),
185185
# Test cases courtesy of @WeatherGod
186186
(.4538, .4578, .45),
187187
(3789.12, 3783.1, 3780),

0 commit comments

Comments
 (0)