mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:12:26 -05:00
[chore] fix testrig build (#4059)
This commit is contained in:
parent
f7323c065a
commit
85eb192669
2 changed files with 1 additions and 3 deletions
|
|
@ -18,13 +18,13 @@
|
|||
package lists_test
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"fmt"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
"bytes"
|
||||
|
||||
"github.com/stretchr/testify/suite"
|
||||
"github.com/superseriousbusiness/gotosocial/internal/api/client/lists"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue