Skip to content

Commit 89768ef

Browse files
mrcfpscmccandless
authored andcommitted
leap: update tests to v1.3.0 (exercism#1265)
1 parent 1475869 commit 89768ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/leap/leap_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from leap import is_leap_year
44

55

6-
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.2.0
6+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.3.0
77

88
class YearTest(unittest.TestCase):
99
def test_year_not_divisible_by_4(self):

0 commit comments

Comments
 (0)