Fix search with mobile version

Not enough information retrieved
This commit is contained in:
Alexander Sheiko 2020-09-19 13:37:50 +03:00
parent 6d0779c4a9
commit 0aee5222f4
2 changed files with 69 additions and 34 deletions

View file

@ -25,12 +25,6 @@ func TestGetSearchTweets(t *testing.T) {
if tweet.Text == "" {
t.Error("Expected tweet Text is not empty")
}
if tweet.TimeParsed.IsZero() {
t.Error("Expected tweet TimeParsed is not zero")
}
if tweet.Timestamp == 0 {
t.Error("Expected tweet Timestamp is greater than zero")
}
}
}