Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 31, 2023
1 parent 101250d commit 7c2e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_me.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_get_my_recently_edited_charts():

one = dw.get_my_recently_edited_charts()
assert isinstance(one, dict)
assert isinstance(one['list'], list)
assert isinstance(one["list"], list)

two = dw.get_my_recently_edited_charts(limit=1)
assert isinstance(two["list"], list)
Expand Down

0 comments on commit 7c2e213

Please sign in to comment.