Skip to content

Commit 4a69e4a

Browse files
committed
notification unit test
1 parent d8c1e4e commit 4a69e4a

8 files changed

Lines changed: 1670 additions & 1 deletion

File tree

libraries/microsoft-agents-a365-notifications/microsoft_agents_a365/notifications/agent_notification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from collections.abc import Awaitable, Callable, Iterable
44
from typing import Any, TypeVar
55

6-
from microsoft_agents.activity import ChannelId
6+
from microsoft_agents.activity.channel_id import ChannelId
77
from microsoft_agents.hosting.core import TurnContext
88
from microsoft_agents.hosting.core.app.state import TurnState
99
from .models.agent_notification_activity import AgentNotificationActivity, NotificationTypes

tests/notifications/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) Microsoft. All rights reserved.
2+
3+
"""
4+
Unit tests for Microsoft Agents A365 Notifications module.
5+
"""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) Microsoft. All rights reserved.
2+
3+
"""
4+
Unit tests for Microsoft Agents A365 Notifications models.
5+
"""

0 commit comments

Comments
 (0)