update twitter account in test
This commit is contained in:
parent
4276e243ac
commit
44183226af
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ func TestGetProfileByID(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestGetUserIDByScreenName(t *testing.T) {
|
||||
userID, err := testScraper.GetUserIDByScreenName("Twitter")
|
||||
userID, err := testScraper.GetUserIDByScreenName("X")
|
||||
if err != nil {
|
||||
t.Errorf("getUserByScreenName() error = %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue