mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 20:23:09 +02:00
Tests - Rename testname of abbreviation.t
This commit is contained in:
parent
9cc9e19757
commit
395b08385b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue