Fix profile test

This commit is contained in:
Alexander Sheiko 2022-04-28 14:18:57 +03:00
parent d1938ac2f1
commit fd13d434b5

View file

@ -67,7 +67,7 @@ func TestGetProfilePrivate(t *testing.T) {
sample := twitterscraper.Profile{ sample := twitterscraper.Profile{
Avatar: "https://pbs.twimg.com/profile_images/1222218816484020224/ik9P1QZt_normal.jpg", Avatar: "https://pbs.twimg.com/profile_images/1222218816484020224/ik9P1QZt_normal.jpg",
Banner: "", Banner: "",
Biography: "private account", Biography: "Quien es mas macho",
// Birthday: "March 21", // Birthday: "March 21",
IsPrivate: true, IsPrivate: true,
IsVerified: false, IsVerified: false,