Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ab1f0a

Browse files
committed
corrected test function name
1 parent 03c71f5 commit 8ab1f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_animation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def animate(i):
5353

5454

5555
@cleanup
56-
def test_():
56+
def test_no_length_frames():
5757
fig, ax = plt.subplots()
5858
line, = ax.plot([], [])
5959

0 commit comments

Comments
 (0)