Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 9072ad3

Browse files
committed
fix test_calculate_age.py
1 parent 98cec56 commit 9072ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/Calculate Age/tests/test_calculate_age.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def test_age_calculator_negative_age():
2121
def test_age_calculator_leap_year():
2222
name = "David"
2323
age = 30
24-
expect_output_leap_year = "David's age is 30 years or 365 months or 11100 days"
24+
expect_output_leap_year = "David's age is 30 years or 366 months or 11115 days"
2525
assert age_calculator(name, age) == expect_output_leap_year

0 commit comments

Comments
 (0)