From 880322feda17c9fc07bccf6e244be9487e03b343 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Tue, 24 May 2022 17:17:01 +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 1ea6180..3103f96 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: "Quien es mas macho?", // Birthday: "March 21", IsPrivate: true, IsVerified: false,