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
6d6bdebb57
commit
7f91e014a0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class TestVersion(TestCase):
|
||||||
self.assertIn(expected, out)
|
self.assertIn(expected, out)
|
||||||
|
|
||||||
def test_version_option(self):
|
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")
|
code, out, err = self.t("--version")
|
||||||
self.assertRegexpMatches(out, r'^\d\.\d+\.\d+(\.\w+)?$')
|
self.assertRegexpMatches(out, r'^\d\.\d+\.\d+(\.\w+)?$')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue