def test_twitter_client():
    client = TwitterClient()
    tweets = client.get_tweets_by_hashtag("#helloworld", 10)