mirror of
https://github.com/sstent/go-garth-cli.git
synced 2026-01-26 17:12:05 +00:00
sync - build workin
This commit is contained in:
@@ -3,8 +3,8 @@ package client_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"go-garth/internal/api/client"
|
||||
"go-garth/internal/auth/credentials"
|
||||
"github.com/sstent/go-garth/api/client"
|
||||
"github.com/sstent/go-garth/auth/credentials"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
@@ -14,11 +14,11 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/auth/sso"
|
||||
"go-garth/internal/errors"
|
||||
types "go-garth/internal/models/types"
|
||||
shared "go-garth/shared/interfaces"
|
||||
models "go-garth/shared/models"
|
||||
"github.com/sstent/go-garth/auth/sso"
|
||||
"github.com/sstent/go-garth/errors"
|
||||
types "github.com/sstent/go-garth/models/types"
|
||||
shared "github.com/sstent/go-garth-cli/shared/interfaces"
|
||||
models "github.com/sstent/go-garth-cli/shared/models"
|
||||
)
|
||||
|
||||
// Client represents the Garmin Connect API client
|
||||
|
||||
@@ -7,12 +7,12 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"go-garth/internal/testutils"
|
||||
"github.com/sstent/go-garth/testutils"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"go-garth/internal/api/client"
|
||||
"github.com/sstent/go-garth/api/client"
|
||||
)
|
||||
|
||||
func TestClient_GetUserProfile(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user