diff --git a/core/unifi/events_test.go b/core/unifi/events_test.go index ea3f337a..270d0a95 100644 --- a/core/unifi/events_test.go +++ b/core/unifi/events_test.go @@ -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) { diff --git a/core/unifi/types_test.go b/core/unifi/types_test.go index bbf13a13..90e66969 100644 --- a/core/unifi/types_test.go +++ b/core/unifi/types_test.go @@ -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) {