Skip to content

Commit

Permalink
Improve unittest.TestCase subclass name for Client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed May 7, 2022
1 parent aef2f73 commit a24ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import tweepy


class TweepyTestCase(unittest.TestCase):
class TweepyClientTests(unittest.TestCase):

def setUp(self):
self.client = tweepy.Client(
Expand Down

0 comments on commit a24ac5e

Please sign in to comment.