fix: issues
This commit is contained in:
@@ -12,8 +12,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"backend/common/media_store"
|
||||
"backend/modules/medias"
|
||||
"backend/pkg/media_store"
|
||||
"backend/pkg/path"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
|
||||
@@ -4,9 +4,9 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"backend/common/media_store"
|
||||
"backend/common/service/testx"
|
||||
"backend/modules/medias"
|
||||
"backend/pkg/media_store"
|
||||
"backend/pkg/service/testx"
|
||||
"backend/providers/postgres"
|
||||
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
|
||||
Reference in New Issue
Block a user