summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 1cd56dc..752c499 100644
--- a/test.py
+++ b/test.py
@@ -9,7 +9,7 @@ from slugify import smart_truncate
from slugify.__main__ import slugify_params, parse_args
-class TestSlugification(unittest.TestCase):
+class TestSlugify(unittest.TestCase):
def test_extraneous_seperators(self):