Time: Fix typo

This commit is contained in:
Valentin Lorentz 2022-08-06 15:08:51 +02:00
parent b8dce0d7db
commit 0780624450

View File

@ -89,7 +89,7 @@ class TimeTestCase(PluginTestCase):
self.assertResponse('seconds 1w 1s', '604801')
@skipIf(sys.version_info < (3, 7, 0),
"Python 3.6 does not support emptypattern matches, see: "
"Python 3.6 does not support empty pattern matches, see: "
"https://docs.python.org/3/library/re.html#re.split")
def testSecondsNoSpace(self):
self.assertResponse('seconds 1m1s', '61')