We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623ace0 commit d2fd7acCopy full SHA for d2fd7ac
2 files changed
tests/slack_sdk/models/test_blocks.py
@@ -397,7 +397,7 @@ def test_json(self):
397
ActionsBlock(elements=self.elements).to_dict(),
398
)
399
with self.assertRaises(SlackObjectFormationError):
400
- ActionsBlock(elements=self.elements * 3).to_dict()
+ ActionsBlock(elements=self.elements * 13).to_dict()
401
402
def test_element_parsing(self):
403
elements = [
tests/web/classes/test_blocks.py
@@ -389,7 +389,7 @@ def test_json(self):
389
390
391
392
393
394
395
# ----------------------------------------------
0 commit comments