Fixing import for a quick 1.0.1
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
22b5c3c752
commit
030b361d9e
2032 changed files with 26 additions and 821739 deletions
|
@ -3,7 +3,7 @@ package test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/kris-nova/client-go/api/v1"
|
||||
"github.com/kris-nova/photoprism-client-go/api/v1"
|
||||
)
|
||||
|
||||
func TestHappyGetAlbum(t *testing.T) {
|
||||
|
|
|
@ -5,11 +5,11 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
photoprism "github.com/kris-nova/client-go"
|
||||
photoprism "github.com/kris-nova/photoprism-client-go"
|
||||
|
||||
"github.com/kris-nova/logger"
|
||||
|
||||
sampleapp "github.com/kris-nova/client-go/sample-app"
|
||||
sampleapp "github.com/kris-nova/photoprism-client-go/sample-app"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/kris-nova/client-go/api/v1"
|
||||
"github.com/kris-nova/photoprism-client-go/api/v1"
|
||||
)
|
||||
|
||||
//TODO Test GetPhotos()
|
||||
|
|
|
@ -3,7 +3,7 @@ package test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
photoprism "github.com/kris-nova/client-go"
|
||||
photoprism "github.com/kris-nova/photoprism-client-go"
|
||||
)
|
||||
|
||||
// TestHappyLogin should succeed with the good password "missy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue