parent
970836da0c
commit
8ad63a0020
|
@ -7,6 +7,7 @@ from unittest.mock import AsyncMock, patch
|
||||||
import urllib
|
import urllib
|
||||||
import zoneinfo
|
import zoneinfo
|
||||||
|
|
||||||
|
from freezegun.api import FrozenDateTimeFactory
|
||||||
import pytest
|
import pytest
|
||||||
from todoist_api_python.models import Due
|
from todoist_api_python.models import Due
|
||||||
|
|
||||||
|
@ -146,6 +147,7 @@ async def test_update_entity_for_custom_project_no_due_date_on(
|
||||||
)
|
)
|
||||||
async def test_update_entity_for_calendar_with_due_date_in_the_future(
|
async def test_update_entity_for_calendar_with_due_date_in_the_future(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
freezer: FrozenDateTimeFactory,
|
||||||
api: AsyncMock,
|
api: AsyncMock,
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test that a task with a due date in the future has on state and correct end_time."""
|
"""Test that a task with a due date in the future has on state and correct end_time."""
|
||||||
|
|
Loading…
Reference in New Issue