diff options
author | 2021-08-11 16:54:54 +0200 | |
---|---|---|
committer | 2021-08-11 16:54:54 +0200 | |
commit | 329a5e8144eea78e607c8a218ae78ae8f346f2e8 (patch) | |
tree | 73072075ad682212d77504d4199ae756f4950a60 /internal/text/formatter_test.go | |
parent | ahhh (diff) | |
download | gotosocial-329a5e8144eea78e607c8a218ae78ae8f346f2e8.tar.xz |
Text duplication fix (#137)
* start testing text duplication
* tests
* fixes + tests
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 |