From fcb9c0bb8bed51ffb856b8e47f4e047ddd75eb67 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Thu, 24 Nov 2022 08:35:46 +0000 Subject: [chore] cleanup storage implementation, no need for multiple interface types (#1131) Signed-off-by: kim Signed-off-by: kim --- internal/processing/account/account_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/processing/account/account_test.go') diff --git a/internal/processing/account/account_test.go b/internal/processing/account/account_test.go index 0755f01c2..84626c199 100644 --- a/internal/processing/account/account_test.go +++ b/internal/processing/account/account_test.go @@ -43,7 +43,7 @@ type AccountStandardTestSuite struct { suite.Suite db db.DB tc typeutils.TypeConverter - storage storage.Driver + storage *storage.Driver mediaManager media.Manager oauthServer oauth.Server fromClientAPIChan chan messages.FromClientAPI -- cgit v1.2.3