Skip to content

Commit 8848da5

Browse files
authored
Include an even year in tests (#164)
This test was identical to the one above. Based on the test name, I think that the year tested should be even.
1 parent 8426951 commit 8848da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/leap/leap-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(should-not (leap-year-p 1997)))
1313

1414
(ert-deftest non-leap-even-year ()
15-
(should-not (leap-year-p 1997)))
15+
(should-not (leap-year-p 1998)))
1616

1717
(ert-deftest century ()
1818
(should-not (leap-year-p 1900)))

0 commit comments

Comments
 (0)