Fix search with mobile version
Not enough information retrieved
This commit is contained in:
parent
6d0779c4a9
commit
0aee5222f4
2 changed files with 69 additions and 34 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue