Skip to content

Commit

Permalink
new naming for class
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 24, 2015
1 parent 94200cc commit aabf1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin_scripts/test/css.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

import admin_scripts

class ModelTest(unittest.TestCase):
class CssTest(unittest.TestCase):

def test_simplify_hex_colors(self):
result = admin_scripts.simplify_hex_colors("#aabbcc")
Expand Down

0 comments on commit aabf1bf

Please sign in to comment.