From caacc1dce6e594ae9773520a4fc26a9d14cc9b7c Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 28 Sep 2013 09:46:00 -0400 Subject: [PATCH] Fix test --- PIL/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/tests.py b/PIL/tests.py index 6eccd361d..eb4a8342d 100644 --- a/PIL/tests.py +++ b/PIL/tests.py @@ -6,7 +6,7 @@ class PillowTests(unittest.TestCase): Can we start moving the test suite here? """ - def move_test_suite_here(self): + def test_suite_should_move_here(self): """ Great idea! """