From be873924937aa5f2a09fe9342d56f383bb26c8c8 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Fri, 16 Jul 2021 12:29:14 +0300 Subject: [PATCH] Fix test --- tweets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweets_test.go b/tweets_test.go index 32cca31..fe6f481 100644 --- a/tweets_test.go +++ b/tweets_test.go @@ -133,7 +133,7 @@ func TestRetweet(t *testing.T) { sample := &Tweet{ HTML: "We’ve seen an increase in attacks against Asian communities and individuals around the world. It’s important to know that this isn’t new; throughout history, Asians have experienced violence and exclusion. However, their diverse lived experiences have largely been overlooked.", ID: "1359151057872580612", - Likes: 6683, + Likes: 6682, PermanentURL: "https://twitter.com/TwitterTogether/status/1359151057872580612", Replies: 455, Retweets: 1495,