Skip to content

Commit 4f678d5

Browse files
committed
Merge branch 'pull_request_conversation_1' into pull_request_conversation_2
2 parents b631475 + 5d76549 commit 4f678d5

File tree

2 files changed

+59
-23
lines changed

2 files changed

+59
-23
lines changed

packages/slackBotFunction/tests/test_handler_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_extract_key_and_root(mock_env: Mock):
211211
key, root = conversation_key_and_root(event)
212212

213213
# assertions
214-
assert key == "dm#D123"
214+
assert key == "dm#D123#456"
215215
assert root == "456"
216216

217217

0 commit comments

Comments
 (0)