mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Tests: Typo in test
This commit is contained in:
parent
68cde6aa7e
commit
325771d899
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class TestVersion(TestCase):
|
|||
self.assertIn(expected, out)
|
||||
|
||||
def test_version_option(self):
|
||||
"""Verify that 'task --version' returnes something valid"""
|
||||
"""Verify that 'task --version' returns something valid"""
|
||||
code, out, err = self.t("--version")
|
||||
self.assertRegexpMatches(out, r'^\d\.\d+\.\d+(\.\w+)?$')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue