From 36a09dd0df06e1b6f64347ed3d3c2c8ca963fc73 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 30 Sep 2021 10:56:02 +0200 Subject: handle remote account deletion more systematically (#254) --- internal/processing/processor_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/processing/processor_test.go') diff --git a/internal/processing/processor_test.go b/internal/processing/processor_test.go index daaf46726..e0f44b0d7 100644 --- a/internal/processing/processor_test.go +++ b/internal/processing/processor_test.go @@ -62,6 +62,7 @@ type ProcessingStandardTestSuite struct { testTags map[string]*gtsmodel.Tag testMentions map[string]*gtsmodel.Mention testAutheds map[string]*oauth.Auth + testBlocks map[string]*gtsmodel.Block processor processing.Processor } @@ -83,6 +84,7 @@ func (suite *ProcessingStandardTestSuite) SetupSuite() { Account: suite.testAccounts["local_account_1"], }, } + suite.testBlocks = testrig.NewTestBlocks() } func (suite *ProcessingStandardTestSuite) SetupTest() { -- cgit v1.2.3