Fix test
This commit is contained in:
parent
76c0808b97
commit
96cc763b69
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import (
|
||||||
|
|
||||||
func TestGetTweets(t *testing.T) {
|
func TestGetTweets(t *testing.T) {
|
||||||
count := 0
|
count := 0
|
||||||
for tweet := range GetTweets("kennethreitz", 2) {
|
for tweet := range GetTweets("nomadic_ua", 2) {
|
||||||
if tweet.Error != nil {
|
if tweet.Error != nil {
|
||||||
t.Error(tweet.Error)
|
t.Error(tweet.Error)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue