summaryrefslogtreecommitdiff
path: root/internal/processing/stream/notification_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/stream/notification_test.go')
-rw-r--r--internal/processing/stream/notification_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/processing/stream/notification_test.go b/internal/processing/stream/notification_test.go
index 2ede28079..e0874e713 100644
--- a/internal/processing/stream/notification_test.go
+++ b/internal/processing/stream/notification_test.go
@@ -23,9 +23,9 @@ import (
"encoding/json"
"testing"
+ apimodel "code.superseriousbusiness.org/gotosocial/internal/api/model"
+ "code.superseriousbusiness.org/gotosocial/internal/typeutils"
"github.com/stretchr/testify/suite"
- apimodel "github.com/superseriousbusiness/gotosocial/internal/api/model"
- "github.com/superseriousbusiness/gotosocial/internal/typeutils"
)
type NotificationTestSuite struct {