From fae86101e7acf7096b4ac45a9551f7af7de4de69 Mon Sep 17 00:00:00 2001 From: spsobole Date: Fri, 13 Aug 2021 15:58:42 -0600 Subject: [PATCH] Update tests to use new org import path --- core/unifi/events_test.go | 2 +- core/unifi/types_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {