summaryrefslogtreecommitdiff
path: root/internal/ap/activitystreams_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ap/activitystreams_test.go')
-rw-r--r--internal/ap/activitystreams_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/ap/activitystreams_test.go b/internal/ap/activitystreams_test.go
index fbeef262c..ab64f4b6b 100644
--- a/internal/ap/activitystreams_test.go
+++ b/internal/ap/activitystreams_test.go
@@ -22,10 +22,10 @@ import (
"testing"
"code.superseriousbusiness.org/activity/streams/vocab"
+ "code.superseriousbusiness.org/gotosocial/internal/ap"
+ "code.superseriousbusiness.org/gotosocial/internal/paging"
+ "code.superseriousbusiness.org/gotosocial/internal/util"
"github.com/stretchr/testify/assert"
- "github.com/superseriousbusiness/gotosocial/internal/ap"
- "github.com/superseriousbusiness/gotosocial/internal/paging"
- "github.com/superseriousbusiness/gotosocial/internal/util"
)
func TestASCollection(t *testing.T) {