summaryrefslogtreecommitdiff
path: root/internal/db/bundb/domainpermissionexclude_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/bundb/domainpermissionexclude_test.go')
-rw-r--r--internal/db/bundb/domainpermissionexclude_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/db/bundb/domainpermissionexclude_test.go b/internal/db/bundb/domainpermissionexclude_test.go
index 47af710f9..dd55d7add 100644
--- a/internal/db/bundb/domainpermissionexclude_test.go
+++ b/internal/db/bundb/domainpermissionexclude_test.go
@@ -22,10 +22,10 @@ import (
"errors"
"testing"
+ "code.superseriousbusiness.org/gotosocial/internal/config"
+ "code.superseriousbusiness.org/gotosocial/internal/db"
+ "code.superseriousbusiness.org/gotosocial/internal/gtsmodel"
"github.com/stretchr/testify/suite"
- "github.com/superseriousbusiness/gotosocial/internal/config"
- "github.com/superseriousbusiness/gotosocial/internal/db"
- "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
)
type DomainPermissionExcludeTestSuite struct {