summaryrefslogtreecommitdiff
path: root/internal/gtserror/new_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gtserror/new_test.go')
-rw-r--r--internal/gtserror/new_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/gtserror/new_test.go b/internal/gtserror/new_test.go
index 8b4dae1ba..9b30b5809 100644
--- a/internal/gtserror/new_test.go
+++ b/internal/gtserror/new_test.go
@@ -9,8 +9,8 @@ import (
"strings"
"testing"
- "github.com/superseriousbusiness/gotosocial/internal/gtserror"
- "github.com/superseriousbusiness/gotosocial/internal/log"
+ "code.superseriousbusiness.org/gotosocial/internal/gtserror"
+ "code.superseriousbusiness.org/gotosocial/internal/log"
)
func TestResponseError(t *testing.T) {