From 35b8f9cfd66a8b03d8960d6cb0e1ddf2e7da643d Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Tue, 10 Jan 2023 13:02:35 +0200 Subject: [PATCH] Fix TestGetProfilePrivate --- profile_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profile_test.go b/profile_test.go index 3d10099..156c184 100644 --- a/profile_test.go +++ b/profile_test.go @@ -66,14 +66,14 @@ func TestGetProfilePrivate(t *testing.T) { loc := time.FixedZone("UTC", 0) joined := time.Date(2020, 1, 26, 0, 3, 5, 0, loc) sample := twitterscraper.Profile{ - Avatar: "https://pbs.twimg.com/profile_images/1222218816484020224/ik9P1QZt_normal.jpg", - Banner: "", - Biography: `"Beware that, when fighting monsters, you yourself do not become a monster... for when you gaze long into the abyss. The abyss gazes also into you." -Nietzsche`, + Avatar: "https://pbs.twimg.com/profile_images/1612213936082030594/_HEsjv7Q_normal.jpg", + Banner: "https://pbs.twimg.com/profile_banners/1221221876849995777/1673110776", + Biography: "t h e h e r m i t", // Birthday: "March 21", IsPrivate: true, IsVerified: false, Joined: &joined, - Location: "", + Location: "sometimes", Name: "private account", PinnedTweetIDs: []string{}, URL: "https://twitter.com/tomdumont",