added FetchScheduledTweets
This commit is contained in:
parent
14ba33db9d
commit
7b2215391a
3 changed files with 164 additions and 0 deletions
12
schedule_test.go
Normal file
12
schedule_test.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package twitterscraper_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestFetchScheduledTweets(t *testing.T) {
|
||||
_, err := testScraper.FetchScheduledTweets()
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue