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 f5b7210 commit 87576edCopy full SHA for 87576ed
tests/test_me.py
@@ -21,7 +21,7 @@ def test_get_my_recently_edited_charts():
21
22
one = dw.get_my_recently_edited_charts()
23
assert isinstance(one, dict)
24
- assert len(one["list"]) > 0
+ assert isinstance(one['list'], list)
25
26
two = dw.get_my_recently_edited_charts(limit=1)
27
assert isinstance(two["list"], list)
0 commit comments