summaryrefslogtreecommitdiff
path: root/internal/media/manager_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/media/manager_test.go')
-rw-r--r--internal/media/manager_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/media/manager_test.go b/internal/media/manager_test.go
index f4dd8dac7..683f9147a 100644
--- a/internal/media/manager_test.go
+++ b/internal/media/manager_test.go
@@ -28,7 +28,6 @@ import (
"testing"
"time"
- "codeberg.org/gruf/go-store/v2/kv"
"codeberg.org/gruf/go-store/v2/storage"
"github.com/stretchr/testify/suite"
gtsmodel "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
@@ -1196,7 +1195,6 @@ func (suite *ManagerTestSuite) TestSimpleJpegProcessBlockingWithDiskStorage() {
defer state.Workers.Stop()
storage := &gtsstorage.Driver{
- KVStore: kv.New(disk),
Storage: disk,
}
state.Storage = storage