Skip to content

Commit

Permalink
Changes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarraann committed Jun 30, 2023
1 parent 32eaf20 commit 26a9e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit_tests/tools/twitter/test_send_tweets.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def setUp(self):
self.test_input = {
"tweet_text": "Hello, world!",
"is_media": False,
"media_num": 0,
"media_files": []
}
self.send_tweets_instance = SendTweetsTool()
Expand Down

0 comments on commit 26a9e12

Please sign in to comment.