Skip to content

Commit 7040eea

Browse files
committed
review kal test
1 parent 3430a55 commit 7040eea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/review_kalenderTest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def checks_days_until_month(test):
6262
def testMethod():
6363
fn = lib.getFunction("days_until_month", test.fileName)
6464
if (
65-
fn(1, 1800, True) == 0
66-
and fn(5, 1804, True) == 121
67-
and fn(5, 1800, False) == 120
65+
fn(1, 1800) == 0
66+
and fn(5, 1804) == 121
67+
and fn(5, 1800) == 120
6868
):
6969
return True
7070
else:

0 commit comments

Comments
 (0)