Skip to content

Commit

Permalink
fix mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
platinummonkey committed Dec 31, 2024
1 parent 6150cb2 commit c047c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mocks/mock_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"time"

"github.com/brianvoe/gofakeit/v6"
"github.com/unpoller/unifi"
"github.com/unpoller/unifi/v5"
)

type MockUnifi struct {
Expand Down
2 changes: 1 addition & 1 deletion mocks/mock_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
"time"

"github.com/unpoller/unifi"
"github.com/unpoller/unifi/v5"
)

type MockHTTPTestServer struct {
Expand Down

0 comments on commit c047c0a

Please sign in to comment.