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

Commit 593c7d2

Browse files
committed
Fix code style issues with Black
1 parent 3e7167d commit 593c7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Calculate Age/tests/test_calculate_age.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_age_calculator_negative_age():
2828
assert str(e) == "Please input a positive number."
2929

3030

31-
@patch('time.time', return_value=1621848668.0)
31+
@patch("time.time", return_value=1621848668.0)
3232
def test_age_calculator_leap_year(mock_time):
3333
"""
3434
Test the age_calculator function considering leap years

0 commit comments

Comments
 (0)