forked from phoenix/litellm-mirror
fix importing _extract_from_regex, get_last_day_of_month
This commit is contained in:
parent
2b9ff03cd0
commit
c88048ae5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue