Browse Source

Code cleanup

Taddeus Kroes 13 năm trước cách đây
mục cha
commit
e168aaf392
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test_compress.py

+ 1 - 1
tests/test_compress.py

@@ -4,7 +4,7 @@ from compress import combine_blocks, compress_color, compress_font, \
         compress_dimension
 
 
-class TestProperties(TestCase):
+class TestCompress(TestCase):
     def test_combine_blocks(self):
         pass