Skip to content

Commit 287f4cf

Browse files
committed
remove dead line
1 parent bd36a1e commit 287f4cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/aws_cron_expression_validator/test_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def test_slash_regex(self):
4747

4848
def test_list_slash_regex(self):
4949
given_regex = validator.AWSCronExpressionValidator.list_slash_regex(r"[B-Y]")
50-
given_valid_matches = ["B", "B/2,C-D/2", "*/10,*/3"]
5150
given_valid_matches = ["B/2", "B/2,C/2", "B/2,C/2,D/2", "*/10,*/3", "B,C/2,D/2", "B/2,C,D/2", "C/2,D-T/2"]
5251
given_invalid_matches = ["*/10,*/3,"]
5352
self._then_matches(given_regex, given_valid_matches)

0 commit comments

Comments
 (0)