Skip to content

Commit 56850a5

Browse files
seratchfilmaj
andauthored
Update tests/slack_sdk/models/test_elements.py
Co-authored-by: Fil Maj <[email protected]>
1 parent 08fbff6 commit 56850a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slack_sdk/models/test_elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def test_focus_on_load(self):
641641
}
642642
self.assertDictEqual(input, StaticSelectElement(**input).to_dict())
643643

644-
def test_issue_1200(self):
644+
def test_lists_and_tuples_serialize_to_dict_equally(self):
645645
expected = {
646646
"options": [
647647
{

0 commit comments

Comments
 (0)