Improve method name for Client blocks methods test
authorHarmon <Harmon758@gmail.com>
Sat, 7 May 2022 13:16:50 +0000 (08:16 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 7 May 2022 13:16:50 +0000 (08:16 -0500)
tests/test_client.py

index 8a56cd2a9dcf0c9fddd7fbd8326be015acbbe2dc..d238340a5cf9125fe49c7d77195f0252540504b7 100644 (file)
@@ -107,7 +107,7 @@ class TweepyClientTests(unittest.TestCase):
         self.client.get_tweets(tweet_ids)
 
     @tape.use_cassette("test_client_block_and_get_blocked_and unblock.yaml")
-    def test_block_and_unblock(self):
+    def test_block_and_get_blocked_and_unblock(self):
         user_id = 17874544  # User ID for @TwitterSupport
         self.client.block(user_id)
         self.client.get_blocked()