summaryrefslogtreecommitdiff
path: root/internal/media/media_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/media/media_test.go')
-rw-r--r--internal/media/media_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/media/media_test.go b/internal/media/media_test.go
index 323f87bf4..c7c73bae6 100644
--- a/internal/media/media_test.go
+++ b/internal/media/media_test.go
@@ -35,7 +35,7 @@ type MediaStandardTestSuite struct {
db db.DB
storage *storage.Driver
state state.State
- manager media.Manager
+ manager *media.Manager
transportController transport.Controller
testAttachments map[string]*gtsmodel.MediaAttachment
testAccounts map[string]*gtsmodel.Account