Fixing import for a quick 1.0.1

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-11 20:14:42 -08:00
parent 22b5c3c752
commit 030b361d9e
2032 changed files with 26 additions and 821739 deletions

View file

@ -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) {

View file

@ -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 (

View file

@ -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()

View file

@ -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"