From 63f84da3e45d4e1cace427c6d30f19ba7e621618 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 29 Apr 2022 15:05:13 +0200 Subject: [chore] Inboxes for iri test (#508) * tidy up some federation tests * add missing license to following.go * give zork some followers, as a treat * test InboxesForIRI * Go fmt * update timeline tests --- internal/visibility/filter_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/visibility/filter_test.go') diff --git a/internal/visibility/filter_test.go b/internal/visibility/filter_test.go index 5c10a4210..1283a50de 100644 --- a/internal/visibility/filter_test.go +++ b/internal/visibility/filter_test.go @@ -41,6 +41,7 @@ type FilterStandardTestSuite struct { testStatuses map[string]*gtsmodel.Status testTags map[string]*gtsmodel.Tag testMentions map[string]*gtsmodel.Mention + testFollows map[string]*gtsmodel.Follow filter visibility.Filter } @@ -55,6 +56,7 @@ func (suite *FilterStandardTestSuite) SetupSuite() { suite.testStatuses = testrig.NewTestStatuses() suite.testTags = testrig.NewTestTags() suite.testMentions = testrig.NewTestMentions() + suite.testFollows = testrig.NewTestFollows() } func (suite *FilterStandardTestSuite) SetupTest() { -- cgit v1.2.3