From 6eb8b88ffb8131534189d2810a959c6a6359a15a Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 15 Nov 2021 16:05:57 -0600 Subject: [PATCH] Improve formatting for Client.follow_list and Client.unfollow_list test --- tests/test_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_client.py b/tests/test_client.py index 499912e..c4f1313 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -154,8 +154,7 @@ class TweepyTestCase(unittest.TestCase): # https://twitter.com/TwitterSpaces/status/1436382283347283969 self.client.get_space(space_id) - @tape.use_cassette("test_follow_and_unfollow_list.yaml", - serializer = "yaml") + @tape.use_cassette("test_follow_and_unfollow_list.yaml", serializer="yaml") def test_follow_and_unfollow_list(self): list_id = 84839422 # List ID for Official Twitter Accounts (@Twitter) self.client.follow_list(list_id) -- 2.25.1