Update tests to use new org import path
This commit is contained in:
parent
60b68d3970
commit
fae86101e7
|
|
@ -4,7 +4,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/unifi-poller/unifi"
|
||||
"github.com/unpoller/unifi"
|
||||
)
|
||||
|
||||
func TestIPGeoUnmarshalJSON(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/unifi-poller/unifi"
|
||||
"github.com/unpoller/unifi"
|
||||
)
|
||||
|
||||
func TestFlexInt(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue