From fd13d434b56a5c57a3547995ee126ee0d6be9f97 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Thu, 28 Apr 2022 14:18:57 +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 9967173..f940b61 100644 --- a/profile_test.go +++ b/profile_test.go @@ -67,7 +67,7 @@ func TestGetProfilePrivate(t *testing.T) { sample := twitterscraper.Profile{ Avatar: "https://pbs.twimg.com/profile_images/1222218816484020224/ik9P1QZt_normal.jpg", Banner: "", - Biography: "private account", + Biography: "Quien es mas macho", // Birthday: "March 21", IsPrivate: true, IsVerified: false,