Browse Source

Issue #97: Fixed the class name

main
Lakshmi Vyasarajan 13 years ago
parent
commit
4d5a7b3bc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/tests/ext/test_stylus.py

+ 1
- 1
hyde/tests/ext/test_stylus.py View File

@@ -13,7 +13,7 @@ STYLUS_SOURCE = File(__file__).parent.child_folder('stylus')
TEST_SITE = File(__file__).parent.parent.child_folder('_test')


class TestLess(object):
class TestStylus(object):

def setUp(self):
TEST_SITE.make()


Loading…
Cancel
Save