From b5e38dcfe53038c47e85c8d67524f32eaeae90d4 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Wed, 3 Feb 2021 16:13:25 +0200 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 9c6310b..6cd728d 100644 --- a/profile_test.go +++ b/profile_test.go @@ -13,7 +13,7 @@ func TestGetProfile(t *testing.T) { joined := time.Date(2007, 02, 20, 14, 35, 54, 0, loc) sample := Profile{ Avatar: "https://pbs.twimg.com/profile_images/1354479643882004483/Btnfm47p_normal.jpg", - Banner: "https://pbs.twimg.com/profile_banners/783214/1611848945", + Banner: "https://pbs.twimg.com/profile_banners/783214/1611950530", Biography: "What's happening?!", // Birthday: "March 21", IsPrivate: false,