diff options
Diffstat (limited to 'internal/federation/federator_test.go')
-rw-r--r-- | internal/federation/federator_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/federation/federator_test.go b/internal/federation/federator_test.go index be22901a7..1b4e00182 100644 --- a/internal/federation/federator_test.go +++ b/internal/federation/federator_test.go @@ -31,7 +31,7 @@ import ( type FederatorStandardTestSuite struct { suite.Suite db db.DB - storage storage.Driver + storage *storage.Driver tc typeutils.TypeConverter testAccounts map[string]*gtsmodel.Account testStatuses map[string]*gtsmodel.Status |