mirror of
https://github.com/sstent/go-garth.git
synced 2026-01-26 17:11:42 +00:00
chaned go mod name
This commit is contained in:
@@ -7,12 +7,12 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/testutils"
|
||||
"github.com/sstent/go-garth/internal/testutils"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"go-garth/internal/api/client"
|
||||
"github.com/sstent/go-garth/internal/api/client"
|
||||
)
|
||||
|
||||
func TestClient_GetUserProfile(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user