Skip to content

Commit

Permalink
chore(refactor): more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzina committed Nov 11, 2022
1 parent 1d40669 commit ec66fcf
Show file tree
Hide file tree
Showing 8 changed files with 624 additions and 19 deletions.
6 changes: 4 additions & 2 deletions internal/install/discovery/manifest_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ package discovery
import (
"context"
"fmt"
"testing"

"github.com/stretchr/testify/mock"

"github.com/newrelic/newrelic-cli/internal/install/discovery/mocks"
"github.com/newrelic/newrelic-cli/internal/install/types"
"github.com/stretchr/testify/mock"
"testing"

"github.com/stretchr/testify/require"
)
Expand Down
3 changes: 2 additions & 1 deletion internal/install/discovery/mocks/Validator.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions internal/install/discovery/os_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ package discovery

import (
"context"
"testing"

"github.com/stretchr/testify/mock"

"github.com/newrelic/newrelic-cli/internal/install/discovery/mocks"
"github.com/newrelic/newrelic-cli/internal/install/types"
"github.com/stretchr/testify/mock"
"testing"

"github.com/stretchr/testify/require"
)
Expand Down
6 changes: 4 additions & 2 deletions internal/install/discovery/os_version_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ package discovery
import (
"context"
"fmt"
"testing"

"github.com/stretchr/testify/mock"

"github.com/newrelic/newrelic-cli/internal/install/discovery/mocks"
"github.com/newrelic/newrelic-cli/internal/install/types"
"github.com/stretchr/testify/mock"
"testing"

"github.com/stretchr/testify/require"
)
Expand Down
Loading

0 comments on commit ec66fcf

Please sign in to comment.