diff --git a/test/abbreviation.t b/test/abbreviation.t index a60420e78..d9f39a413 100755 --- a/test/abbreviation.t +++ b/test/abbreviation.t @@ -35,7 +35,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__))) from basetest import Task, TestCase, Taskd, ServerTestCase # noqa -class TestBugNumber(TestCase): +class TestAbbreviation(TestCase): def setUp(self): self.t = Task() self.t.config("abbreviation.minimum", "1")