Fix tests

This commit is contained in:
Zed
2019-09-19 02:29:24 +02:00
parent bd774cf0ca
commit 418168e570
5 changed files with 16 additions and 16 deletions

View File

@@ -147,6 +147,6 @@ class TweetTest(BaseTestCase):
@parameterized.expand(reply)
def test_reply(self, tweet, username, reply):
self.open_nitter(tweet)
tweet = get_timeline_tweet(1)
tweet = get_timeline_tweet(2)
self.assert_text(username, tweet.username)
self.assert_text('Replying to ' + reply, tweet.reply)