From ae6eb8733ab23b96f6c0f98de53d13f7f7100ba1 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 24 Sep 2013 14:23:43 -0700 Subject: [PATCH] actually cleaning --- Tests/test_imagefont.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_imagefont.py b/Tests/test_imagefont.py index dd74ef2cb..838075c4c 100644 --- a/Tests/test_imagefont.py +++ b/Tests/test_imagefont.py @@ -35,7 +35,7 @@ def test_font_with_filelike(): #shared_bytes = _font_as_bytes() #assert_no_exception(lambda: _render(shared_bytes)) #assert_exception(Exception, lambda: _render(shared_bytes)) - _clean + _clean() def test_font_with_open_file(): with open(font_path, 'rb') as f: