From d19d82940a270ceef9799eac9d495af883f1c592 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Thu, 16 Jun 2022 11:22:30 +0300 Subject: [PATCH] Fix profile test --- profile_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile_test.go b/profile_test.go index 3103f96..3d10099 100644 --- a/profile_test.go +++ b/profile_test.go @@ -68,7 +68,7 @@ func TestGetProfilePrivate(t *testing.T) { sample := twitterscraper.Profile{ Avatar: "https://pbs.twimg.com/profile_images/1222218816484020224/ik9P1QZt_normal.jpg", Banner: "", - Biography: "Quien es mas macho?", + 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`, // Birthday: "March 21", IsPrivate: true, IsVerified: false,