rm fmt from test
This commit is contained in:
parent
5dee67c2da
commit
4f710ab596
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package twitterscraper_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
|
@ -10,7 +9,6 @@ func TestFetchFollowing(t *testing.T) {
|
|||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
fmt.Println(users[0].Username)
|
||||
if len(users) < 1 || users[len(users)-1].Username == "" {
|
||||
t.Error("error FetchFollowing() No users found")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue