Skip to content

Commit b3da1b2

Browse files
committed
test: update expected output to match actual usage
1 parent 00b8652 commit b3da1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slack_sdk/models/test_chunks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_json(self):
2020
PlanUpdateChunk(title="Crunching numbers...").to_dict(),
2121
{
2222
"type": "plan_update",
23-
"text": "Crunching numbers...",
23+
"title": "Crunching numbers...",
2424
},
2525
)
2626

0 commit comments

Comments
 (0)