diff options
Diffstat (limited to 'internal/text/formatter_test.go')
-rw-r--r-- | internal/text/formatter_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/text/formatter_test.go b/internal/text/formatter_test.go index 2c9c18546..803088794 100644 --- a/internal/text/formatter_test.go +++ b/internal/text/formatter_test.go @@ -45,6 +45,7 @@ type TextStandardTestSuite struct { testAttachments map[string]*gtsmodel.MediaAttachment testStatuses map[string]*gtsmodel.Status testTags map[string]*gtsmodel.Tag + testMentions map[string]*gtsmodel.Mention // module being tested formatter text.Formatter |