diff options
Diffstat (limited to 'internal/db/bundb/markers_test.go')
| -rw-r--r-- | internal/db/bundb/markers_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/db/bundb/markers_test.go b/internal/db/bundb/markers_test.go index eb0a43437..618fb3383 100644 --- a/internal/db/bundb/markers_test.go +++ b/internal/db/bundb/markers_test.go @@ -22,9 +22,9 @@ import ( "testing" "time" + "code.superseriousbusiness.org/gotosocial/internal/db" + "code.superseriousbusiness.org/gotosocial/internal/gtsmodel" "github.com/stretchr/testify/suite" - "github.com/superseriousbusiness/gotosocial/internal/db" - "github.com/superseriousbusiness/gotosocial/internal/gtsmodel" ) // MarkersTestSuite uses home timelines for Get tests |
