From aa3811e498a59a377f81b3198f69b66e4b250523 Mon Sep 17 00:00:00 2001 From: Mathieu Le Marec - Pasquet Date: Wed, 14 Jul 2021 21:12:39 +0100 Subject: [PATCH] spelling --- src/croniter/tests/test_croniter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/croniter/tests/test_croniter.py b/src/croniter/tests/test_croniter.py index 31da6d5..d5c56ea 100755 --- a/src/croniter/tests/test_croniter.py +++ b/src/croniter/tests/test_croniter.py @@ -1285,7 +1285,7 @@ def test_explicit_year_reverse(self): with self.assertRaises(StopIteration): next(iterable) - def test_isssue151(self): + def test_issue151(self): """.""" self.assertTrue( croniter.match("* * * * *", datetime(2019, 1, 14, 11, 0, 59, 999999)))