We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972c618 commit 06c0db9Copy full SHA for 06c0db9
test/querying/test_query_actions.py
@@ -533,4 +533,4 @@ def test_get_api_documentation_link_for_action(self):
533
def test_get_all_links(self):
534
"""querying.actions.get_all_action_links"""
535
results = get_all_action_links()
536
- self.assertTrue(len(results.keys() > 8000))
+ self.assertTrue(len(results.keys()) > 8000)
0 commit comments