diff options
Diffstat (limited to 'internal/media/media_test.go')
-rw-r--r-- | internal/media/media_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/media/media_test.go b/internal/media/media_test.go index e2c3914a3..435994073 100644 --- a/internal/media/media_test.go +++ b/internal/media/media_test.go @@ -31,7 +31,7 @@ type MediaStandardTestSuite struct { suite.Suite db db.DB - storage storage.Driver + storage *storage.Driver manager media.Manager testAttachments map[string]*gtsmodel.MediaAttachment testAccounts map[string]*gtsmodel.Account |