def test_get_matplotlib_tweets(self):
     """
     Check if we get the expected results for bioconductor.
     """
     term = "matplotlib"
     client = TwitterClient()
     results = client.get_tweets(term)
     client.write_results(results)
     assert len(results) == 49