Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Jan 29, 2021
1 parent 7c3863c commit aa3811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/croniter/tests/test_croniter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit aa3811e

Please sign in to comment.