From b2f87b1d9db228e1b8959fb4f5c867963892a619 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Mon, 10 Aug 2020 14:06:08 +0300 Subject: [PATCH] Fix profile test --- profile_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profile_test.go b/profile_test.go index f098c5b..ce15c85 100644 --- a/profile_test.go +++ b/profile_test.go @@ -12,14 +12,14 @@ func TestGetProfile(t *testing.T) { loc := time.FixedZone("UTC", 0) joined := time.Date(2007, 02, 20, 6, 35, 0, 0, loc) sample := Profile{ - Avatar: "https://pbs.twimg.com/profile_images/1270500941498912768/W-80pLvu_400x400.jpg", - Banner: "https://pbs.twimg.com/profile_banners/783214/1592864899/1500x500", - Biography: "#BlackTransLivesMatter\n#BlackLivesMatter", + Avatar: "https://pbs.twimg.com/profile_images/1288505768673603584/yTzT2JgU_400x400.png", + Banner: "https://pbs.twimg.com/profile_banners/783214/1596041768/1500x500", + Biography: "bye", Birthday: "March 21", IsPrivate: false, IsVerified: true, Joined: &joined, - Location: "Everywhere", + Location: "Space", Name: "Twitter", URL: "https://twitter.com/Twitter", UserID: "783214",