summaryrefslogtreecommitdiff
path: root/internal/processing/stream/statusupdate_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/stream/statusupdate_test.go')
-rw-r--r--internal/processing/stream/statusupdate_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/processing/stream/statusupdate_test.go b/internal/processing/stream/statusupdate_test.go
index 1f0bcd142..0045cceed 100644
--- a/internal/processing/stream/statusupdate_test.go
+++ b/internal/processing/stream/statusupdate_test.go
@@ -23,10 +23,10 @@ import (
"encoding/json"
"testing"
+ statusfilter "code.superseriousbusiness.org/gotosocial/internal/filter/status"
+ "code.superseriousbusiness.org/gotosocial/internal/stream"
+ "code.superseriousbusiness.org/gotosocial/internal/typeutils"
"github.com/stretchr/testify/suite"
- statusfilter "github.com/superseriousbusiness/gotosocial/internal/filter/status"
- "github.com/superseriousbusiness/gotosocial/internal/stream"
- "github.com/superseriousbusiness/gotosocial/internal/typeutils"
)
type StatusUpdateTestSuite struct {