From c1748367848617ca0e7cd635b7874f03b0a59a6c Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Tue, 28 Jul 2020 10:50:33 +0300 Subject: [PATCH] Fix profile test --- profile_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile_test.go b/profile_test.go index 3f55b82..f098c5b 100644 --- a/profile_test.go +++ b/profile_test.go @@ -13,8 +13,8 @@ func TestGetProfile(t *testing.T) { 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/1590856275/1500x500", - Biography: "Black queer lives matter.\nBlack trans lives matter.\n#BlackLivesMatter", + Banner: "https://pbs.twimg.com/profile_banners/783214/1592864899/1500x500", + Biography: "#BlackTransLivesMatter\n#BlackLivesMatter", Birthday: "March 21", IsPrivate: false, IsVerified: true,