removed typo that caused test error

This commit is contained in:
Rebecca
2014-11-07 16:04:54 +02:00
committed by Stefan van der Walt
parent 5de38f290c
commit 5c2189550a
+1 -1
View File
@@ -40,7 +40,7 @@ def make_key_event(key):
@skipif(not viewer_available)
def test_collection_viewer():
img = data.astro()
img = data.astronaut()
img_collection = tuple(pyramid_gaussian(img))
view = CollectionViewer(img_collection)