Update tests to use new org import path

This commit is contained in:
spsobole 2021-08-13 15:58:42 -06:00
parent 60b68d3970
commit fae86101e7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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