Skip to content

Commit

Permalink
move test_utils to test_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed May 19, 2012
1 parent 4b5188b commit 68fb350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py → tests/test_helpers.py
Expand Up @@ -15,7 +15,7 @@
from acrylamid import helpers
from acrylamid import AcrylamidException

class TestUtils(unittest.TestCase):
class TestHelpers(unittest.TestCase):

def setUp(self):
log.init('acrylamid', level=40)
Expand Down

0 comments on commit 68fb350

Please sign in to comment.