Skip to content

Commit 381cacf

Browse files
committed
Add extra test case
1 parent 99f7b7d commit 381cacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ def test_cursor_data():
370370
[[0.5, 0.5], 0 + 0],
371371
[[0.5, 1.5], 0 + 1],
372372
[[4.5, 0.5], 16 + 0],
373+
[[8.5, 0.5], 16 + 0],
373374
[[9.5, 2.5], 81 + 4]
374375
]
375376
)

0 commit comments

Comments
 (0)