Skip to content

Commit 06c0db9

Browse files
author
Kinnaird McQuade
committed
Fix unit test
1 parent 972c618 commit 06c0db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/querying/test_query_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,4 +533,4 @@ def test_get_api_documentation_link_for_action(self):
533533
def test_get_all_links(self):
534534
"""querying.actions.get_all_action_links"""
535535
results = get_all_action_links()
536-
self.assertTrue(len(results.keys() > 8000))
536+
self.assertTrue(len(results.keys()) > 8000)

0 commit comments

Comments
 (0)