fix importing _extract_from_regex, get_last_day_of_month

This commit is contained in:
Ishaan Jaff 2024-11-23 12:46:49 -08:00
parent 2b9ff03cd0
commit c88048ae5c

View file

@ -556,7 +556,7 @@ def test_extract_from_regex(duration, unit):
assert _unit == unit
def testduration_in_seconds():
def test_duration_in_seconds():
"""
Test if duration int is correctly calculated for different str
"""