From e4e0a5e3f66f38e17a8abdafbeac251c75323b0e Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:14:28 +0100 Subject: [bugfix] Add Actor to outgoing poll vote Create; other fixes (#2384) --- internal/typeutils/converter_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/typeutils/converter_test.go') diff --git a/internal/typeutils/converter_test.go b/internal/typeutils/converter_test.go index 0195a6889..8a0dcd0fd 100644 --- a/internal/typeutils/converter_test.go +++ b/internal/typeutils/converter_test.go @@ -480,6 +480,7 @@ type TypeUtilsTestSuite struct { testEmojis map[string]*gtsmodel.Emoji testReports map[string]*gtsmodel.Report testMentions map[string]*gtsmodel.Mention + testPollVotes map[string]*gtsmodel.PollVote typeconverter *typeutils.Converter } @@ -502,6 +503,7 @@ func (suite *TypeUtilsTestSuite) SetupTest() { suite.testEmojis = testrig.NewTestEmojis() suite.testReports = testrig.NewTestReports() suite.testMentions = testrig.NewTestMentions() + suite.testPollVotes = testrig.NewTestPollVotes() suite.typeconverter = typeutils.NewConverter(&suite.state) testrig.StandardDBSetup(suite.db, nil) -- cgit v1.2.3