Merge pull request #1925 from sciunto/test_naming

MAINT: fix test name
This commit is contained in:
Johannes Schönberger
2016-02-04 08:32:09 +01:00
+1 -1
View File
@@ -305,7 +305,7 @@ def test_corner_fast_image_unsupported_error():
@test_parallel()
def test_corner_fast_lena():
def test_corner_fast_astronaut():
img = rgb2gray(data.astronaut())
expected = np.array([[101, 198],
[140, 205],