We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3430a55 commit 7040eeaCopy full SHA for 7040eea
tests/review_kalenderTest.py
@@ -62,9 +62,9 @@ def checks_days_until_month(test):
62
def testMethod():
63
fn = lib.getFunction("days_until_month", test.fileName)
64
if (
65
- fn(1, 1800, True) == 0
66
- and fn(5, 1804, True) == 121
67
- and fn(5, 1800, False) == 120
+ fn(1, 1800) == 0
+ and fn(5, 1804) == 121
+ and fn(5, 1800) == 120
68
):
69
return True
70
else:
0 commit comments