This commit is contained in:
tobi 2025-05-05 12:01:11 +02:00
commit 052a84b972
11 changed files with 29 additions and 29 deletions

View file

@ -22,10 +22,10 @@ import (
"sync"
"testing"
"code.superseriousbusiness.org/gotosocial/internal/gtscontext"
"code.superseriousbusiness.org/gotosocial/internal/id"
"code.superseriousbusiness.org/gotosocial/internal/timeline"
"github.com/stretchr/testify/suite"
"github.com/superseriousbusiness/gotosocial/internal/gtscontext"
"github.com/superseriousbusiness/gotosocial/internal/id"
"github.com/superseriousbusiness/gotosocial/internal/timeline"
)
type GetTestSuite struct {